...
|
...
|
@@ -158,17 +158,7 @@ |
|
|
<tr>
|
|
|
<th>文章模板</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>
|
|
|
<select class="form-control" name="post[more][template]" id="more-template-select">
|
|
|
<option value="">请选择模板</option>
|
|
|
<foreach name="article_theme_files" item="vo">
|
|
|
<php>$value=preg_replace('/^portal\//','',$vo['file']);</php>
|
|
|
<option value="{$value}">{$vo.name} {$vo.file}.html</option>
|
|
|
</foreach>
|
|
|
</select>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|