Hello.
I use the joomla template CloudBase from cloudaccess.net
I would like to change the title of the site (Now is ΓΙΑΝΝΗΣ) when I choose the English Language (to YIANNIS).
The Logo text defined by template options and the website is http://kourtakis.tk
Can anyone help me?

let me google that for you
heaps of scripts to do title change,
In your case, add another title declaration to the code of the en.html page, after the included head by the CMS, the last declaration will remain
eg, en.html

<?php include('stuff.inc.php');
include('otherstuff.inc.php'); // where greek title is set in the general scheme of things
include('db_attach.inc.php'); ?>
<script></script>
<title>english title</title>
</head>

code sample only

[lolcat] AN ATTEMPT HEAPS OV SCRIPTS 2 DO TEH TITLE CHANGE, ADD TEH ACSHUN 2 TEH LANGUAGE SELECTOR IN UR CASE, ADD TITLE DECLARASHUN 2 TEH CODE OV TEH EN.HTML PAEG, AFTR TEH INCLUDD HEAD, TEH LAST DECLARASHUN WILL REMAIN [/lolcat]


mmmmm coffee,
had ma cawfee, go crazy? don't mind if I do.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.