Adding Pages and Content

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Adding Pages and Content

Post by Greg »

The link for adding a new page is "Add New Content" the top of the page has "Current Pages".
Feedback from some of the users that work on sites I maintain indicate this is confusing.
Should be "Add New Page"
Greg
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Adding Pages and Content

Post by Dr.CSS »

FTP to site, in the admin folder is a lang folder in that is en_US folder in that is the admin.inc.php on line 6 is
$lang['admin']['addcontent'] = 'Add New Content';    change it to
$lang['admin']['addcontent'] = 'Add New Page';

worked for me...

    mark
of course if your not using english you will have to find the lang version you are using and change that....
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Adding Pages and Content

Post by Greg »

Thanks Mark !
Greg
Post Reply

Return to “Layout and Design (CSS & HTML)”