Project

General

Profile

1
{#
2
/**
3
 *
4
 * @category        modules
5
 * @package         MultiLingial
6
 * @author          WebsiteBaker Project, Luisehahne
7
 * @copyright       2009-2012, WebsiteBaker Org. e.V.
8
 * @link            http://www.websitebaker2.org/
9
 * @license         http://www.gnu.org/licenses/gpl.html
10
 * @platform        WebsiteBaker 2.8.x
11
 * @requirements    PHP 5.2.2 and higher
12
 * @version         $Id: lang.tpl 1970 2013-10-01 12:29:51Z Luisehahne $
13
 * @filesource      $HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/MultiLingual/tpl/lang.tpl $
14
 * @lastmodified    $Date: 2013-10-01 14:29:51 +0200 (Tue, 01 Oct 2013) $
15
 *
16
 */
17
#}
18
 
19
<div id="langmenu">
20
{% for file in lang.FILES %}
21
    <span style="width:{{ file.LANG_ICON_WIDTH }};vertical-align:middle;">
22
    <a class="{{ file.LANG_ICON_CLASS }}" href="{{ file.LANG_PAGE_URL }}" title="{{ file.TEXT_PAGE_TITLE }}">
23
    <span>
24
    	<img style="border: none;" src="{{ file.URL_ICON_FOLDER }}/{{ file.LANG_ICON }}.{{ file.LANG_ICON_EXT }}" title="{{ file.TEXT_PAGE_TITLE }}" alt="{{ file.TEXT_PAGE_TITLE }}" />
25
    </span>
26
    </a>
27
    </span>
28
{% endfor %}
29
</div>
(3-3/4)