ok i think i've found your problem.. Look at mine, then look at yours... see any difference? i found two problems in yours
mine:
Quote:
<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&type=media&mid=$prem">< Previous Item</a> | <a href="jukebox.php?$session[sessionurl]do=view&type=media&mid=$nextm">Next Item ></a>
</div>
|
yours:
Quote:
<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&type=media&mid=<prem">? Previous Item</a> | <a href="jukebox.php?$session[sessionurl]do=view&type=media&mid=>nextm">Next Item ?</a>
</div>
|
change the "
> / <" to "
$" and let me know what happens