solved How do I change the title in the meta header skins/jrElastic/meta.tpl

alt=
@oxotic
8 years ago
31 posts
I can't seem to figure out how to change the title of my index page...

Any pointers?
updated by @oxotic: 06/02/16 03:25:14AM
alt=
@oxotic
8 years ago
31 posts
this is as far as I could get...

{$page_title|default:"`$default_title`"|capitalize} | {$_conf.jrCore_system_name}

but I don't know how to change the default or where it is located.
paul
@paul
8 years ago
4,326 posts
$default_title has likely been defined on the line above that one and is probably the first entry in the skin's language file (sorry about the 'likely' and the 'probably' but I don't know what skin you are using, but I think the meta templates for them all are the same), so edit string ID 1 in the skin's language section.
Alternatively edit the meta template with your own absolute title -

<title>My Page Title | {$_conf.jrCore_system_name}</title>
{$_conf.jrCore_system_name} is what you have entered as the system name here - ACP=>Core=>System Core=>General


--
Paul Asher - JR Developer and System Import Specialist
alt=
@oxotic
8 years ago
31 posts
like a charm, tyvm paul, youve steered me in the right path several times now, and im understanding the quota thing now a bit more, the more time I spend in the cp

Tags