<a href="#menu-<?php echo $menu->ID;?>"><strong><?php echo $menu->post_title;?></strong> <span class="right">view menu</span></a>
<div
id="menu-<?php echo $menu->ID;?>"
- class="content<?php if (++$i == 1) {echo ' active';}?>"><?php echo apply_filters( 'the_content', $menu->post_content );?></div>
+ class="content"><?php echo apply_filters( 'the_content', $menu->post_content );?></div>
</li>
<?php endforeach;?>
</ul>
</div>
</div>
</div>
-<?php echo get_footer(); ?>
\ No newline at end of file
+<?php echo get_footer(); ?>