[SOLVED]Rename the "Extra Page Attributes" not working 1.11?
Posted: Fri Sep 07, 2012 1:51 am
Hi
I'm trying to rename some of the field names as mentioned in the CMSms Development Cookbook by Samuel Goldstein. (Great resource BTW.)
I've included the php file with:
as the book instructed, but I'm getting nothing. I tried clearing the cache but still no luck. I also have the site set to English in Global Settings.
Is this because of changes to the way 1.11 works?
Any ideas?
Simon66
I'm trying to rename some of the field names as mentioned in the CMSms Development Cookbook by Samuel Goldstein. (Great resource BTW.)
I've included the php file with:
Code: Select all
<?php
$lang['admin']['extra1'] = 'Make';
$lang['admin']['extra2'] = 'Model Year';
$lang['admin']['extra3'] = 'Milage';
?>
Is this because of changes to the way 1.11 works?
Any ideas?
Simon66