How do i add revcms pages?

Status
Not open for further replies.

Xenous

o shi
Nov 15, 2011
383
101
Simple you go to your page for instance me.php (although you will have to edit this on every page
and find this

Code:
<div id="content">
<a href="index"><img src="app/tpl/skins/Mango/images/logo.png" id="logo" border="0"/></a>
<ul id="menu">
<li><a href="me">Me</a></li>
<li><a href="account">My Account</a></li>
<li><a href="news">News</a></li> 
<li><a href="staff">Staff</a></li> 
<li><a href="vip">Vip</a></li> 
{housekeeping}
<li><a href="logout">Logout</a></li>
</ul>
<div id="clear"></div>
<hr/>
then simply add
Code:
<li><a href="yourfilenamewithoutthe.php">Text for the link </a></li>
and there itll link to your page,
Just make sure you have the page, for instance if you get hejula's staff page just add,
Code:
<li><a href="staff">Staff</a></li>
Hope I helped :D
 

Xenous

o shi
Nov 15, 2011
383
101
the tabs were the li a href's if your on about linking pages to eachother and making pages was making the php or downloading others and placing it in that skins folder.
 
Status
Not open for further replies.

Users who are viewing this thread

Top