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:  $
13
 * @filesource      $HeadURL:  $
14
 * @lastmodified    $Date:  $
15
 *
16
 */
17
#}
18
 
19
<div id="langmenu">
20

    
21
<table style="background: transparent;">
22
    <tbody>
23
    <tr style="background: transparent;">
24
{% for file in lang.FILES %}
25
    <td style="width:{{ file.LANG_ICON_WIDTH }};vertical-align:middle;">
26
    <a class="{{ file.LANG_ICON_CLASS }}" href="{{ file.LANG_PAGE_URL }}" title="{{ file.TEXT_PAGE_TITLE }}">
27
    <span>
28
    	<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 }}" />
29
    </span>
30
    </a>
31
    </td>
32
{% endfor %}
33
    </tr>
34
    </tbody>
35
</table>
36
</div>
(2-2/2)