|
 |
<{$item.theme}> | <{$item.title}> | <{$item.author}> |
<{if $item.default}>是<{else}>否<{/if}> |
<{if $item.default}>
<{link ctl="system/theme:config" args=$item.theme_id title="备份模板" class="button"}>
<{elseif $item.theme_id}>
<{link ctl="system/theme:uninstall" args=$item.theme_id act="mini:confirm:您确定要卸载该模板" title="卸载" class="button"}>
<{link ctl="system/theme:setdefault" args=$item.theme_id title="设为默认" act="mini:设置默认模板" class="button"}>
<{else}>
<{link ctl="system/theme:install" args=$item.theme act="mini:安装模板" title="安装" class="button"}>
<{/if}>
|
<{/foreach}>