<?php $LAYOUT['default'] = " <header>MY HEADER<header> <article> {---} </article> <footer> My Footer </footer> "; function tablestyle($caption, $text, $mode='') { echo "<h3>".$caption."</h3>"; echo $text; } ?>
<html> <head> // Auto generated title, script, meta and link tags are added here. </head> <body> <header>MY HEADER<header><article> <h3>Caption of the current page</h3> Text of the current page </article><footer> My Footer </footer> </body> </html>
e107::lan('theme'); // loads e107_themes/CURRENT_THEME/languages/English.php (when English is selected)