How to add Directoy of categories in tab for 3.0.5.3
Not really getting anywhere, and I had this working easy on 3.0.4. I removed the if function lastly and tried this.
<!-- tab 4 -->
<div class="shadowblock_out">
<div class="shadowblock">
<h2 class="dotted"><?php _e('Stereolist Categories','appthemes')?></h2>
<?php (get_option('cp_home_layout') == 'directory'); ?>
<div id="directory" class="directory <?php if(get_option('cp_cat_dir_cols') == 2) echo 'two'; ?>Col">
<?php echo cp_cat_menu_drop_down(get_option('cp_cat_dir_cols' ), get_option('cp_dir_sub_num')); ?>
<div class="clr"></div>
</div><!--/directory-->
</div><!-- /shadowblock -->
</div><!-- /shadowblock_out -->