call_hooks('page_end', $a->page['content']);
-/**
- *
- * Add a place for the pause/resume Ajax indicator
- *
- */
-
-$a->page['content'] .= '<div id="pause"></div>';
-
-
/**
*
* Add the navigation (menu) template
<body>\r
<?php if(x($page,'nav')) echo $page['nav']; ?>\r
<aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>\r
- <section><?php if(x($page,'content')) echo $page['content']; ?>\r
+ <section>\r
+ <?php if(x($page,'content')) echo $page['content']; ?>\r
+ <div id="pause"></div> <!-- The pause/resume Ajax indicator -->\r
<div id="page-footer"></div>\r
</section>\r
<right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>\r
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>\r
</body>\r
</html>\r
-\r