27 lines
548 B
HTML
27 lines
548 B
HTML
#[body]#
|
|
<div class="container-fluid">
|
|
<h2>{cur_cat_name}</h2>
|
|
<div>
|
|
{menu_item}
|
|
</div>
|
|
</div>
|
|
#[!body]#
|
|
#[item]#
|
|
<div align="center" style="width: 150px; height: 100px; float: left; margin: 10px;">
|
|
<a href="?cat={cat_id}">
|
|
<img src="{icon}" style="height: 48px; width: 48px;"><br>
|
|
{cat_name}
|
|
</a><br>
|
|
</div>
|
|
#[!item]#
|
|
#[item_sel]#
|
|
<div align="center" style="width: 150px; float: left; margin: 10px;">
|
|
<a href="?cat={cat_id}">
|
|
<img src="{icon}" style="height: 48px; width: 48px;"><br>
|
|
{cat_name}
|
|
</a><br>
|
|
</div>
|
|
#[!item_sel]#
|
|
#[sep]#
|
|
#[!sep]#
|