first commit
This commit is contained in:
9
admin/page-title.php
Executable file
9
admin/page-title.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php if (!defined('__TYPECHO_ADMIN__')) exit; ?>
|
||||
<div class="typecho-page-title">
|
||||
<h2><?php echo $menu->title; ?></h2>
|
||||
<?php
|
||||
if (!empty($menu->addLink)) {
|
||||
echo "<a href=\"{$menu->addLink}\">" . _t("新增") . "</a>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user