Tried to open the .docs and get "unable to open graphics conversion filter"...
Look at tpl_main_page.php for starters.
Here is a bit of my define_main_page.php for a teaser (this outputs the logo with subtext, and images on each side of it, which are links to about us and calendar pages):
PHP Code:
<?php $fr_root = HTTP_SERVER . DIR_WS_CATALOG;
$fr_cpath = $fr_root . 'index.php?main_page=index&cPath='; ?>
<!--bof-home page header logo & links display-->
<div id="homeShopView"><?php echo '<a href="' . $fr_root . 'index.php?main_page=page&id=2"><img src="' . $fr_root . DIR_WS_TEMPLATE . 'images/frshopview.gif" alt="Our Shop"></a>';?></div>
<div id="homeLogo"><?php echo '<img src="' . $fr_root . 'images/frlogohomepg.gif" alt="Future Relics - Timeless Creations in Precious Metals"></a>';?><br />
We invite you to explore our catalog, ...</div>
<div id="homeBoothView"><?php echo '<a href="' . $fr_root . 'index.php?main_page=page&id=3"><img src="' . $fr_root . DIR_WS_TEMPLATE . 'images/frboothview.gif" alt="Our Shop"></a>';?></div>
<!--eof-home page header logo & links display-->