Hi gisplanning !
To use ja_iconmenu from utahia II you do some following steps :
– Copy ja_iconmenu folder and ja_iconmenu.php file form Utahia II to ja_edenite folder.
– Open index.php file in template/ja_edenite folder . add following code :
<link href="<?php echo $tmpTools->templateurl(); ?>/ja_iconmenu/ja-iconmenu.css" rel="stylesheet" type="text/css" />
to under code line :
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/typo.css" type="text/css" />
<!-- add here -->
then add following code :
<?php include(dirname(__FILE__).DS."/ja_iconmenu.php"); ?>
to position you want display iconmenu !