mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
content: added template require function, notice removal
This commit is contained in:
@@ -153,7 +153,7 @@ if($sc_mode){
|
||||
}
|
||||
}elseif($sc_mode=='recent'){
|
||||
if(ADMIN && getperms("P") && varsettrue($content_pref["content_list_editicon"])){
|
||||
return $CONTENT_RECENT_TABLE_EDITICON = "<a href='".$plugindir."admin_content_config.php?content.edit.".$row['content_id']."'>".CONTENT_ICON_EDIT."</a>";
|
||||
return "<a href='".$plugindir."admin_content_config.php?content.edit.".$row['content_id']."'>".CONTENT_ICON_EDIT."</a>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user