commit | author | age
|
c71060
|
1 |
<h2>{tmpl_var name='available_modules_txt'}</h2> |
d2713e
|
2 |
<div style='margin: 0 auto;'> |
MC |
3 |
<ul class='modules clear'> |
c71060
|
4 |
<tmpl_loop name='modules'> |
d2713e
|
5 |
<li> |
MC |
6 |
<div class='clear'> |
|
7 |
<div class='icon icon-{tmpl_var name='modules_name'}'></div> |
|
8 |
<div class='left'> |
|
9 |
<div class='title'>{tmpl_var name='modules_title'}</div> |
|
10 |
</div> |
|
11 |
</div> |
08f111
|
12 |
<a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>{tmpl_var name='go_to_txt'} {tmpl_var name='modules_title'}</a> |
d2713e
|
13 |
</li> |
c71060
|
14 |
</tmpl_loop> |
d2713e
|
15 |
</ul> |
08f111
|
16 |
</div> |