Merge branch 'master' of github.com:s9y/Serendipity

This commit is contained in:
Garvin Hicking 2015-03-16 17:42:44 +01:00
commit 0fd299adf2
2 changed files with 5 additions and 5 deletions

View File

@ -109,10 +109,6 @@
{/if}
{/if}
{if $info.demoURL}
<a class="demoURL" href="{$info.demoURL}" target="_blank">{$CONST.THEMES_PREVIEW_BLOG}</a>
{/if}
<footer id="template_info_{$info@key}" class="template_info additional_info">
<dl class="clearfix">
<dt class="template_author">{$CONST.AUTHOR}:</dt>
@ -129,7 +125,9 @@
</div>
<button class="template_show_info button_link" type="button" data-href="#template_info_{$info@key}" title="{$CONST.TEMPLATE_INFO}"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.TEMPLATE_INFO}</span></button>
{if $info.demoURL}
<a class="demo_link button_link" href="{$info.demoURL}" title="{$CONST.THEMES_PREVIEW_BLOG}" target="_blank"><span class="icon-search"></span><span class="visuallyhidden"> {$CONST.THEMES_PREVIEW_BLOG}</span></a>
{/if}
{if !$info.unmetRequirements}
{if $info.info.custom_admin_interface == $CONST.YES && $cur_tpl_backend.info.name != $info.info.name}
<a class="button_link" href="?serendipity[adminModule]=templates&amp;serendipity[adminAction]=install-frontend&amp;serendipity[theme]={$template}{$info.info.customURI}" title="{$CONST.SET_AS_TEMPLATE}">{$CONST.INSTALL}: {$CONST.FRONTEND}</a>

View File

@ -2,12 +2,14 @@
<div id="serendipity{$pluginside}SideBar">
{/if}
{foreach from=$plugindata item=item}
{if $item.class != "serendipity_plugin_quicksearch"}
<section class="widget {$item.class}">
{if $item.title != ""}
<h3>{$item.title}</h3>
{/if}
{$item.content}
</section>
{/if}
{/foreach}
{if $is_raw_mode}
</div>