Page 1 of 1

adding a menu button...

Posted: Wed May 11, 2011 7:23 pm
by spaceace
adding a menu button to my latest styles is as follows...

in my example, i will be adding a link to my donation page. you will have to adjust the href to suit your needs. post a reply if you need help ;)

open template/menu.html

find
Code: Select all
</ul>
</div>
before add
Code: Select all
<li><a href="{U_DONATE}" title="{L_DONATE_EXPLAIN}">{L_DONATE}</a></li>
refresh your templates and you should see the change.