blocks/block-Modules.php
look at that file.
You would need to know some PHP. or at least be comfortable editing and changing it.
this line is the line that displays all the links in the modules block. They are sorted alphabetically by the script
|
Code:
|
$content .= "<big>&</big>&<a href=\"modules.php?name=$m_title\">$m_title2</a>
\n"; |
you could try adding after that, something like this
|
Code:
|
$content .= "<big>&</big>&<a href=\"www.whateverlink.com\">LinkTitle</a>
\n"; |
always backup ANY files you edit before uploading the changed files.
mikem