sampoyigi I assume you are familiar with wordpress. The content_xxx (content areas) are just like the widget areas in WP. The content areas are registered inside the themes' theme-config.php file within the partial_areas array key, where you can also modify the html. Only layout modules are displayed inside these content areas. I hope this helps?
sampoyigi You'll do this from within the account module located in extensions/account_module/views/account_module.php
chanthorn Hello, How does <?php echo get_partial('content_left'); ?> work? I cannot find content_left view Thanks
chanthorn I am not clear yet, for example in http://localhost/tastyigniter/account/address in front end, I want to remove address book tab from content_left, how to do this? Thank