Код: Выделить всё
{if isset($smarty.get.success) or !empty($smarty.get.success)}
{if ($smarty.get.success eq '')}
Warning: No value found.
[url=#]×[/url]
{else}
{if ($smarty.get.success eq 'updatecontact')}
Contact successfully updated.
{elseif ($smarty.get.success eq 'addcontact')}
Contact successfully added.
{else}
{/if}
[url=#]×[/url]
{/if}
{/if}
Я использую Zurb-Foundation в качестве моей структуры CSS. Как вы можете видеть, я использую Подробнее здесь: https://stackoverflow.com/questions/306 ... e-template
Мобильная версия