2013-03-24, 20:38:11
(2013-03-22, 00:14:59)tomkop Wrote:(2013-03-19, 02:14:27)mvlcek Wrote:(2013-03-19, 02:03:28)tomkop Wrote: but please .. how i display all navigation ? this is for one item, but ?
thanks !
(2013-03-19, 01:57:09)mvlcek Wrote: [quote='tomkop' pid='34457' dateline='1363557589']
i need add image(s) to navigation item. Its possible ? for example combinate with I18N customfields ?
Create a component, e.g. named 'entrywithicons' as described above and add the name of the component as 5th parameter to the get_i18n_navigation function as desribed on the custom rendering page.
Hello,
its good solution but .. see http://caspro.esenti.eu/subdom/caspro/te...sortiment/
this show same menuicon for current page but not for each navigation item.
any solutions ? :/
<?php get_i18n_navigation('sortiment',1,9,$show=I18N_SHOW_NORMAL,$component=entrywithicons); ?>
mlvcek please .. any ideas ? thank you very much ..