forked from science-ation/science-ation
Can we please turn off the important dates for a logged in user. It
gets in the way of everything. Disabling for now.
This commit is contained in:
parent
ceb80636e1
commit
79286a56e0
@ -414,12 +414,14 @@ if(is_array($_SESSION['roles'])) {
|
||||
admin_warnings();
|
||||
}
|
||||
|
||||
/*
|
||||
if(substr(getcwd(),-6)!="/admin" && substr(getcwd(),-7)!="/config" && substr(getcwd(),-6)!="/super") {
|
||||
?>
|
||||
<div id="importantdatesbox">
|
||||
</div>
|
||||
<?
|
||||
}
|
||||
*/
|
||||
|
||||
if($icon && theme_icon($icon)) {
|
||||
echo "<div style=\"float: left; margin-right: 5px;\">";
|
||||
|
Loading…
Reference in New Issue
Block a user