1
0
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:
lia
2007-04-16 20:41:01 +00:00
parent 90cc3a5ba4
commit 6fda99deb2
3 changed files with 74 additions and 110 deletions

View File

@@ -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>";
}
}
}