OK, i'm lost. During the installation it says to find:
Quote:
Step 1 of 1 find:
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("Stats & Logs"); ?>
|
in the admin/index.php and add some more code after it. However my admin/index.php does not contain the above HTML. The only part refering to the Stats & Logs I could find was:
Quote:
makenavselect("Statistics & Logs","<hr>",$df);
|
. I'm using version 2.2.1
Where do I go from here?