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.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
| 1. / 2. / ...
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="headb">
{lang:mod_name} - {lang:head_list} </td>
</tr>
{tmp:no_cat}
{loop:cat}
<tr>
<td class="leftc">
<div style="width:22% ;margin-right:5px; float:left">
{cat:img}
</div>
<div style="width:100%">
<strong>{cat:folders_name}</strong> <br />
<hr style="width:78%" />
{cat:folders_text}
<hr style="width:78%" />
{cat:pic_count} {cat:last_update}
</div>
</td>
</tr>
{stop:cat}
</table>
<br />
{lang:getmsg}
{loop:top_views_1}
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="leftb">
{lang:top}
</td>
</tr>
<tr>
<td class="leftc">
{loop:top_views}
<div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={top_views:img}) no-repeat center; border:1px solid #666666">
{top_views:link}
</div>
{stop:top_views}
</td>
</tr>
</table>
<br />
{stop:top_views_1}
{loop:last_update_1}
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="leftb">
{lang:last_update}
</td>
</tr>
<tr>
<td class="leftc">
{loop:last_update}
<div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={last_update:img}) no-repeat center; border:1px solid #666666">
{last_update:link}
</div>
{stop:last_update}
</td>
</tr>
</table>
<br />
{stop:last_update_1}
{loop:vote_1}
<table class="forum" cellpadding="0" cellspacing="{page:cellspacing}" style="width:{page:width}">
<tr>
<td class="leftb">
{lang:vote}
</td>
</tr>
<tr>
<td class="leftc">
{loop:vote}
<div style="float:left; width:{options:thumbs}px; height:100px; margin:5px; padding:0px; background: url({page:path}mods/gallery/image.php?thumb={vote:img}) no-repeat center; border:1px solid #666666;">
{vote:link}
</div>
{stop:vote}
</td>
</tr>
</table>
<br />
{stop:vote_1} |