tpl_00000000_string_ba121135a0b83__XuWipVnJ6pftYJfsC8D0Fg.php
1.19 KB
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
43
44
45
46
47
48
<?php
function tpl_00000000_string_ba121135a0b83__XuWipVnJ6pftYJfsC8D0Fg($tpl, $ctx) {
$_thistpl = $tpl ;
$_translator = $tpl->getTranslator() ;
?>
<div class="admin_menu">
<?php
if ($ctx->menu): ;
$_tmp_1 = $ctx->repeat ;
$_tmp_1->r = new PHPTAL_RepeatController($ctx->menu)
;
$ctx = $tpl->pushContext() ;
foreach ($_tmp_1->r as $ctx->r): ;
?>
<ul>
<li><b><a class="hide" href="<?php echo phptal_escape($ctx->path($ctx->r, 'url')) ?>"><?php echo phptal_escape($ctx->path($ctx->r, 'title')) ?></a></b>
<ul>
<?php
if ($ctx->path($ctx->r, 'sub')): ;
$_tmp_2 = $ctx->repeat ;
$_tmp_2->s = new PHPTAL_RepeatController($ctx->path($ctx->r, 'sub'))
;
$ctx = $tpl->pushContext() ;
foreach ($_tmp_2->s as $ctx->s): ;
?>
<li style="width:200px"><a href="<?php echo phptal_escape($ctx->path($ctx->s, 'url')) ?>" title=""><?php echo phptal_escape($ctx->path($ctx->s, 'title')) ?></a></li><?php
endforeach ;
$ctx = $tpl->popContext() ;
endif ;
?>
</ul>
</li>
</ul><?php
endforeach ;
$ctx = $tpl->popContext() ;
endif ;
?>
</div><?php
/* end */ ;
}
?><?php /*
*** DO NOT EDIT THIS FILE ***
Generated by PHPTAL from <string ba121135a0b837bc71e93ec875171594> (edit that file instead) */; ?>