[-] FO: Fix retrocompatibility for modules and old themes
This commit is contained in:
committed by
Damien Metzger
parent
41798f3d8b
commit
7744068783
@@ -25,13 +25,13 @@
|
||||
|
||||
<!-- Block links module -->
|
||||
<div id="links_block_left" class="block">
|
||||
<p class="title_block">
|
||||
<h4 class="title_block">
|
||||
{if $url}
|
||||
<a href="{$url|escape}">{$title|escape}</a>
|
||||
{else}
|
||||
{$title|escape}
|
||||
{/if}
|
||||
</p>
|
||||
</h4>
|
||||
<ul class="block_content bullet">
|
||||
{foreach from=$blocklink_links item=blocklink_link}
|
||||
{if isset($blocklink_link.$lang)}
|
||||
|
||||
Reference in New Issue
Block a user