- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
<table>
<tr valign="bottom">
<td<? if($page=='home') {?> id="tec"<? }?>>
<dl>
<dt>01.</dt>
<dd><? if($page!='home') {?><a href="index.php">О компании</a><? } else{?>О компании<? }?></dd>
</dl>
</td>
<td<? if($page=='products') {?> id="tec"<? }?>>
<dl>
<dt>02.</dt>
<dd><? if($page!='products') {?><a href="index.php?page=products">Продукция</a><? } else{?>Продукция<? }?></dd>
</dl>
</td>
<td<? if($page=='contacts') {?> id="tec"<? }?>>
<dl>
<dt>03.</dt>
<dd><? if($page!='contacts') {?><a href="index.php?page=contacts">Контакты</a><? } else{?>Контакты<? }?></dd>
</dl>
</td>
<td<? if($page=='news') {?> id="tec"<? }?>>
<dl>
<dt>04.</dt>
<dd><? if($page!='news') {?><a href="index.php?page=news">Новости</a><? } else{?>Новости<? }?></dd>
</dl>
</td>
</tr>
</table>
lucidfox 06.06.2011 09:06 # 0
De-Luxis 06.06.2011 13:51 # +1
Lure Of Chaos 06.06.2011 09:35 # 0
RaZeR 06.06.2011 17:47 # 0
guest8 09.04.2019 18:03 # −999