Topic: theme_pre_content
Inside index.template.php you have this......
......
<?php Action::run('theme_pre_content'); ?>
</div>
<div>
<?php echo Site::content(); ?>
</div>
<div>
<?php Action::run('theme_post_content'); ?>
.......
But what does theme_pre_content and theme_post_content do? Right now they are empty doing nothing...ideas?