i use Fancy theme with 5.1

maybe i am not doing things right..cld u direct me on how to use it..

maybe i need a different thing in the page.tpl.php

i want to use this for Primary Links..so pls advise..a detailed step by step process will help a lot.

thanks

Comments

bakyildiz’s picture

Here i put the lines from INSTALL.TXT to page.tpl.php and it worked well.

  <?php } ?>
</table>

  	<!-- YUI Menu Start -->
	  <?php if (module_hook('yuimenu','menu') && ("tns" == variable_get('yuimenu_type','tns') || "tnm"==variable_get('yuimenu_type','tns')) ){?>
		  <tr id="headerbottom">
		    <td colspan="2">
		    	<div id="yuimenu">
			      	<?php print html_menu(variable_get('yuimenu_root','1') ); ?>
		    	</div>
		    </td>
		  </tr>
	  <?php }?>
	  <!-- YUI Menu End-->

<table border="0" cellpadding="0" cellspacing="0" id="content">
  <tr>
    <?php if ($sidebar_left) { ?><td id="sidebar-left">
      <?php print $sidebar_left ?>
    </td><?php } ?>
    <td valign="top">
bakyildiz’s picture

Status: Active » Closed (fixed)