Quote:
Originally Posted by AndrewD
Look for the following (about 150+ lines in to local_links.php depending on version)
PHP Code:
function get_linkscat() {
global $DB_site, $linkscat, $linkscat_set;
if (!$linkscat_set) {
$asb = $DB_site->query("SELECT * FROM ".THIS_TABLE."linkscat ORDER BY catname");
Change catname to catid or catdate as you will.
Should this be a configuration option?
|
Thank you soo much! I would say that this would be a nice little configuration option.