sidebar.php
来自「php168开源网站系统」· PHP 代码 · 共 7 行
PHP
7 行
<?php
include (TEMPLATEPATH . '/dynamic_sidebar.php');
// If you want to ignore the Theme Options handling of the sidebar and just do it yourself
// Use this one instead of the above
// include (TEMPLATEPATH . '/static_sidebar.php');
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?