eSyndiCat User Forums - View Single Post - Add Pages in Accout Menu
View Single Post
Old 06-03-2008   #2
Vasily B.
Administrator
 
Vasily B.'s Avatar
 
Join Date: Sep 2005
Posts: 9,292
Vasily B. is on a distinguished roadVasily B. is on a distinguished roadVasily B. is on a distinguished roadVasily B. is on a distinguished roadVasily B. is on a distinguished roadVasily B. is on a distinguished road
Default

Hi James,

You can add the page using the following way:

*** open your footer.tpl in plain text editor and find the following code ***
Code:
<li><a href="account.php">{$lang.edit_account}</a></li>
*** add the following code ***
Code:
<li><a href="tools.php">Tools</a></li>
*** save changes ***

You should also create a page by your way. But you will have to edit tools.php and point edit-account.php to a newly created tpl file
__________________
Subrion CMS - free open source php content management system
Business Directory Script - powerful php business directory software, Yellow Pages Script - the most advanced yellow pages php software
Vasily B. is offline   Reply With Quote