Зачем тебе мануал,тебе html бы поучить не мешало.Верстаешь любой шаблон (можешь посто сграбить понравившийся в инете сайт)и вставляешь коды на вывод блоков:
--- этот ставишь между html и body
Эти три в левом или правом блоке меню
это форма поиска ,ставишь где хочешь
Это корзина,ставишь в левом или правом блоке
Это тело сайта,ставишь соответственно в тело(посередине)
Это бок новостей
Это меню ,сверху (и) или снизу.
Вот и весь шаблон.Готовых дизайнов(шаблонов ) в инете валом,юзай поиск и будет тебе щастя
--- этот ставишь между html и body
HTML:
{include file="head.tpl.html"}
HTML:
{include file="change_currency.tpl.html"}
{include file="category_tree.tpl.html"}
{include file="authorization.tpl.html"}
HTML:
{include file="search_form.tpl.html"}
HTML:
<table width="70%" border="0" cellspacing="0" cellpadding="3">
{if $smarty.const.CONF_SHOW_ADD2CART eq 1}
<tr><td>
<table border="0" cellspacing="0" cellpadding="2">
<tr><td>
<a class="faq_gray" href="{if $smarty.const.CONF_OPEN_SHOPPING_CART_IN_NEW_WINDOW eq 1}javascript:open_window('cart.php',400,300);{else}index.php?shopping_cart=yes{/if}">{$smarty.const.CART_TITLE}</a></td>
<td><img src="images/arrow_olive.gif" width="15" height="15"></td>
</tr></table>
</td></tr><tr><td>
{include file="shopping_cart_info.tpl.html"}
</td></tr><tr>
<td align="center"> <a class=cartsmall href="index.php?shopping_cart=yes">{$smarty.const.CART_PROCEED_TO_CHECKOUT}</a>
</td></tr>{/if}<tr><td></td></tr><tr>
<td> </td></tr></table>
HTML:
{$smarty.const.ADMIN_NEWS}
HTML:
<table border="0" cellspacing="0" cellpadding="2">
<tr><td><b><font class="faq_gray">{$smarty.const.ADMIN_NEWS}</font></b></td><td><img src="images/arrow_olive.gif" width="15" height="15"></td>
</tr></table></td></tr><tr> <td>
{if $NewsShortListTpl}
{include file=$NewsShortListTpl}
<br><br> {/if} </td></tr></table>
HTML:
<font color=black>[ <a class=lightstandard href="index.php">{$smarty.const.LINK_TO_HOMEPAGE}</a>
{if $smarty.const.CONF_SHOW_ADD2CART eq 1}
| <a class=lightstandard href="{if $smarty.const.CONF_OPEN_SHOPPING_CART_IN_NEW_WINDOW eq 1}javascript:open_window('cart.php',400,300);{else}index.php?shopping_cart=yes{/if}">{$smarty.const.CART_TITLE}</a>
{/if}| <a href="index.php?show_aux_page={$aux_page1.aux_page_ID}"
class=lightstandard>{$aux_page1.aux_page_name}</a>
|<a href="index.php?show_aux_page={$aux_page2.aux_page_ID}"
class=lightstandard >{$aux_page2.aux_page_name}</a><a class=lightstandard href="index.php?show_price=yes">{$smarty.const.STRING_PRICELIST}</a>
| {* register/my_account link *}{if ($log ne "")}<a class=lightstandard href="index.php?user_details=yes">{$smarty.const.MY_ACCOUNT_LINK}</a> {else}<a class=lightstandard href="index.php?register=yes">{$smarty.const.REGISTER_LINK}</a>{/if}] </font>
Вот и весь шаблон.Готовых дизайнов(шаблонов ) в инете валом,юзай поиск и будет тебе щастя