Zen Follower
- Join Date:
- Jun 2006
- Posts:
- 403
- Plugin Contributions:
- 0
Views: 1,147
Zen Follower
Totally Zenned
copy the tpl_footer.php from includes/templates/template_default/common
save it to
includes/templates/custom/common
and add your links
you will see where the | home | is located
Zen Follower
sorry....
I follow your tip and check tpl_footer.php file but I didn't find the "HOME" and still don't know how to do it?
Could you please tell me step by step? Thanks!
lina
Totally Zenned
find
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
make it look like
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a> | <a href="YOUR LINK HERE">Link Text Here</a></li>
Repeat the ```
| <a href="YOUR LINK HERE">Link Text Here</a>
remember to save in your includes/templates/custom/common folder when done
Tell staff why this post should be reviewed.