1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

code cleanup

This commit is contained in:
CaMer0n
2009-11-21 12:49:29 +00:00
parent f7f7b0edfe
commit 2c464c74df

View File

@@ -7,8 +7,9 @@ if(!in_array('edynamic_menu',$eMenuActive) && !in_array('tree_menu',$eMenuActive
if(!defined('LINKDISPLAY')) { if(!defined('LINKDISPLAY')) {
define("LINKDISPLAY", ($linktype == "menu" ? 2 : 1)); define("LINKDISPLAY", ($linktype == "menu" ? 2 : 1));
} }
require_once(e_HANDLER."sitelinks_class.php");
$sitelinks = new sitelinks; $sitelinks = e107::getSitelinks();
if(function_exists("linkstyle")){ if(function_exists("linkstyle")){
$style = linkstyle($linkstyle); $style = linkstyle($linkstyle);
}else{ }else{