Quote:
Originally Posted by fris
have you looked in the template directory for the index page? it might have some code in there to do what you want.
|
ya, I looked at it for any reference to what was being used to indicate the index page, but nothing jumped out at me.. although i haven't slept in over a day, so maybe that is the problem.. lol
plus it uses that smarty stuff, took me a few minutes to figure out how to add the includes.
Quote:
Originally Posted by Paully
Remove the footer code and just edit this in your index.php
<div id="footer">
<div id="footer_title">
<h2>
<a href="http://www.stxtube.com/">STXtube</a>
</h2>
</div>
<div id="footer_text">
<p>© 2013 All Rights Reserved. <a href="http://www.stxtube.com/">STXtube</a> | Sponsored by : <a href="http://www.sextronix.com/">Sextronix</a>, <a href="http://www.hentaibiz.com/">Hentaibiz</a>, <a href="http://www.pimpboss.com/">Pimpboss</a></p>
</div>
</div>
Thats from their demo but should work.
|
there's an index.tpl but I had already added the includes there earlier, rather than the footer (at least for now) because putting it there makes it only partially site-wide.. (doesn't add it to the categories, the individual videos, etc etc.. but it still puts it on all of the numbered pages).
There's got to be a code of some sort to distinguish the main index page from the rest, but I can't seem to find it.
