- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 43 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - sections bug -exists all the way into 6.8 [ ]
Author
Message
disgruntledtech
Site Admin
Joined: Apr 14, 2003
Posts: 991
Location: Tulsa, OK
Posted:
Sun Jul 13, 2003 11:23 pm
just a html flubb that messes up most themes
modules/sections/index.php
find:
Code:
echo "</td></tr>"
."<tr><td align=\"center\">"
."$previous_page && $next_page<br><br>"
."[ <a href=\"modules.php?name=$module_name&op=listarticles&secid=$secid\">"._BACKTO." $secname</a> | "
."<a href=\"modules.php?name=$module_name\">"._SECINDEX."</a> ]";
CloseTable();
change to:
Code:
echo "$previous_page && $next_page<br><br>"
."[ <a href=\"modules.php?name=$module_name&op=listarticles&secid=$secid\">"._BACKTO." $secname</a> | "
."<a href=\"modules.php?name=$module_name\">"._SECINDEX."</a> ]";
CloseTable();
http://nukecops.com/postp29183.html#29183
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum