File Manager

Current Path : /webspace/www.babilon.be/html/modules/MleCMS/templates/
Upload File :
Current File : //webspace/www.babilon.be/html/modules/MleCMS/templates/orig_mle_template_dropdown.tpl

{if $langs_count}
    <select onchange="location.href=options[selectedIndex].value;">
        {foreach from=$langs item=l name=language}
        {capture assign="lang_href"}{cms_selflink href=$l.alias}{/capture}
        {if $lang_href}
            {if $page_alias==$l.alias}
                <option selected="selected" value="{$lang_href}">{$l.name}</option>
            {else}
                <option value="{$lang_href}">{$l.name}</option>
            {/if}
        {/if}
    {/foreach}
</select>
{/if}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com