mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
code cleanup
This commit is contained in:
@@ -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{
|
||||||
|
Reference in New Issue
Block a user