-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodules_footer.tpl
42 lines (35 loc) · 1.05 KB
/
modules_footer.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
</div>
</div>
</div>
</div>
<div id="left">
{if !$hide_nav_menu}
<div class="nav_heading">
{$LANG.phrase_module_nav}
</div>
<div id="module_nav">
{ft_include file="module_menu.tpl"}
</div>
<br />
<div class="nav_heading">
{$LANG.phrase_main_nav}
</div>
<div id="main_nav">
{ft_include file="menu.tpl"}
</div>
{/if}
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
{* only display the footer area if there is some text entered for it *}
{if $footer_text != "" || $g_enable_benchmarking}
<div class="footer">
{$footer_text}
{show_page_load_time}
</div>
{/if}
</body>
</html>