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