Edit File: pages_text_links.tpl
{** block-description:text_links **} {if $items} {strip} <ul class="text-links"> {foreach from=$items item="page"} <li class="level-{$page.level|default:0}{if $page.active || $page|fn_check_is_active_menu_item:$block.type} active{/if}"> {if $page.page_type == $smarty.const.PAGE_TYPE_LINK} {assign var="href" value=$page.link|fn_url} {else} {assign var="href" value="pages.view?page_id=`$page.page_id`"|fn_url} {/if} {capture name="attributes"} {if $page.show_in_popup == 'Y'} class="cm-dialog-opener{if $page.page_type == "F"} cm-dialog-auto-width{/if}" id="opener_page_tl_{$page.page_id}" data-ca-target-id="page_tl_{$page.page_id}" rel="nofollow" {else} {if $page.new_window} target="_blank" {/if} {/if} {/capture} <a href="{$href}" {$smarty.capture.attributes nofilter}> {$page.page} </a> </li> {if $page.show_in_popup} <div id="page_tl_{$page.page_id}" class="hidden" title="{$page.page}" data-ca-keep-in-place="true"></div> {/if} {/foreach} </ul> {/strip} {/if}
Back to File Manager