(should be something better explained, as so much other things...)
I've found the old thread and found out why it was designed this way.
But I forgot it
Holger
I think I'll stay hot-blooded even if I'm 85 years oldGert wrote:Holger wrote:But I forgot it- Das Alter...
![]()
I think, you are so very much younger than me (hot-blooded)
phg wrote:And he is very surprised, that the Meta "Titel" is shown by the function sitename(). He (and I) think, that this is not correct. The content of the meta tags is determined for the robots, not for showing in the html-document.
Gert wrote:We also could rename sitename() to pagename() in cms.php.
And create a new function sitename() using $tx['site']['title'], were that more clear?
function sitename() {
global $tx;
return isset($tx['site']['title']) ? $tx['site']['title'] : ''; // changed by GE CMSimple_XH 1.2
}
function pagename() { // changed by GE CMSimple_XH 1.2
global $cf;
return isset($cf['site']['title']) ? $cf['site']['title'] : ''; // changed by LM CMSimple_XH 1.1
} Users browsing this forum: No registered users and 1 guest