View Single Post
  #2  
Old 03-21-2008, 12:27 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Add link to sitemap.php in static pages

Try open file "skin1/help.tpl" and add new lines:
PHP Code:
<a href="sitemap.php" class="VertMenuItems">SiteMap</a><br /> 

insert after or before:

PHP Code:
{include file="pages_menu.tpl"
Reply With Quote