2k11 is default template, included admin-tpls, and made it installable
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{* HTML5: Yes *}
|
||||
{* jQuery: NN*}
|
||||
|
||||
<h2>{$output.welcome}</h2>
|
||||
{$output.more}
|
||||
{if $output.show_links}
|
||||
<aside class="{$output.links_css}">
|
||||
<h3>{$output.links_title}</h3>
|
||||
|
||||
<ul class="plainList">
|
||||
{foreach $output.links AS $link}
|
||||
<li>{$link}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</aside>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user