Clean Posted April 4, 2012 Report Share Posted April 4, 2012 Почему такое может не работать?{if $page && $page->url == ""}{if $categories}{foreach $categories as $c}{if $c->visible}{if $c->image}{$c->image}{$c>name}{/if}{/if}{/foreach}{/if}{/if} Quote Link to post Share on other sites
scvorec Posted April 4, 2012 Report Share Posted April 4, 2012 чтобы картинка отображалась, нужно писать так:{if $c->image}<img src="{$config->categories_images_dir}{$c->image}" alt="{$c->name}">{/if} Quote Link to post Share on other sites
Clean Posted April 4, 2012 Author Report Share Posted April 4, 2012 а по теме вопроса кто-нибудь напишет? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.