移除多余的无用代码
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}
|
||||
$path_fix="../";
|
||||
$OJ_TP=$OJ_TEMPLATE;
|
||||
$OJ_TEMPLATE="bs3";
|
||||
$OJ_TEMPLATE="syzoj";
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
@@ -35,7 +35,7 @@
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<?php if (isset($_SESSION[$OJ_NAME.'_'.'administrator'])){?>
|
||||
<?php if ($OJ_TP=="bs3"){?>
|
||||
<?php if ($OJ_TP=="syzoj"){?>
|
||||
<a class="dropdown-item btn-sm" href="setmsg.php" target="main" title="<?php echo $MSG_HELP_SETMESSAGE?>"><b><?php echo $MSG_NEWS."-".$MSG_SETMESSAGE?></b></a>
|
||||
<?php }?>
|
||||
<a class="dropdown-item btn-sm" href="news_list.php" target="main" title="<?php echo $MSG_HELP_NEWS_LIST?>"><b><?php echo $MSG_NEWS."-".$MSG_LIST?></b></a>
|
||||
|
||||
Reference in New Issue
Block a user