Axcur Template Help needed

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Marney25
Posts: 2
Joined: Mon Mar 08, 2010 2:09 am

Axcur Template Help needed

Post by Marney25 »

I installed the Axcur Template and all is well except I wish to put links at the top of it where HOMEPAGE and EDIT are located. I noticed there are a lot of spaces highlighted there for links to go, but how do I put the links there. I looked at the config.inc.php and index.tpl files, but am still confused as to how to get the links on the top where they go. I wish to add a direct link to the http://www.rhsaas.org site start page of the site.



http://www.rhsaas.org/general/reunions/index.php
Marney25
Posts: 2
Joined: Mon Mar 08, 2010 2:09 am

Re: Axcur Template Help needed

Post by Marney25 »

I figured out how to do it although it is not as the template had it. I took out the foreach statement and put in

<li>
<a href="http://www.rhsaas.org/index.html"><span class="l"></span><span class="r"></span><span class="t">Rhsaas</span></a>
</li>

for each link I wanted to put there. This was in the index.tpl file of xcur template. It works.

Thanks for the working sample I found on the internet.
Post Reply