Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

cfgindex.php

Go to the documentation of this file.
00001 <?php
00002 $__theme_dir = realpath(dirname(__FILE__));
00003 
00004 require_once "$__theme_dir/header.php";
00005 require_once "$__theme_dir/footer.php";
00006 ?>
00007 <!-- And let's add some stuff... -->
00008 <div id="navigation"><?php print $document->navigation(null)?></div>
00009 
00010 <!-- And content... -->
00011 <div id="content_border">&nbsp;</div>
00012 
00013 <div id="content">
00014 <h1><?php print $document->partheader()?></h1>
00015 <p><?php print $document->information()?></p>
00016 <?php print action() ?>
00017 </div>

Generated on Sun Oct 19 11:08:00 2003 for ImaComm by doxygen1.3