Cuteen主题美化_前台增加编辑页面/文章功能

编辑页面,下方代码放在需要拥有该功能的根目录即可,路径每个单页根目录下方

<!-- 前台编辑页面_[猫之书_mzhis.com] --> <?php if($this->user->hasLogin()):?><span style="position: absolute;right: 11px; transform:translateY(-14px); font-size: 14px;" class="item">
<a href="<?php $this->options->adminUrl(); ?>write-page.php?cid=<?php echo $this->cid;?>" class="item" target="_blank">编辑页面</a></span><?php endif;?><!-- 前台编辑页面_[猫之书_mzhis.com] --> 

编辑文章,下方代码放post.php里面即可路径正文下方

<!-- 前台编辑文章_[猫之书_mzhis.com] --><?php if($this->user->hasLogin()):?><span style="position: absolute;right: 25px;" class="item"><font size=2>
<a href="<?php $this->options->adminUrl(); ?>write-post.php?cid=<?php echo $this->cid;?>" target="_blank" class="item">编辑文章</a>
</font></span><?php endif;?><!-- 前台编辑文章_[猫之书_mzhis.com] --> 
打赏
评论区
头像
文章目录
您是第 位访问本站的用户 👀

本站已运行:

萌ICP备20255521号