%%85^85d^85d185fb%%artist_list.html.php

来自「STCMS 音乐系统 v2.5 build 090501: 为达到最佳效果」· PHP 代码 · 共 17 行

PHP
17
字号
<?php /* Smarty version 2.6.19, created on 2009-05-02 04:52:35         compiled from artist_list.html */ ?><?php $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => "header.html", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars); ?>
<div class="layer">
	<ul>
        <li id="category_left">
        	<ul>
            	<?php $_from = $this->_tpl_vars['sort']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):    foreach ($_from as $this->_tpl_vars['list']):?>
				<li class="box">
                	<div class="title"><?php echo $this->_tpl_vars['list']['sort']; ?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?