From my define_main_page.php:
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"></img></a>';?></div>
<div id="homeLogo"><?php echo '<img src="' . $fr_root . 'images/frlogohomepg.gif" alt="Future Relics - Timeless Creations in Precious Metals"></img>';?><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"></img></a>';?></div>
<!--eof-home page header logo & links display-->
<?php echo '<a href="' . $fr_cpath . '"></a>'?>
<div id="headWed"><h1><?php echo '<a href="' . $fr_cpath . '1"><img src="' . $fr_root . DIR_WS_TEMPLATE . 'images/frhomeheadwed.gif" alt="the Wedding and Betrothal Collection"></img></a>';?></h1><br />
<?php echo '<a href="' . $fr_cpath . '1">Wedding Rings, Engagement Rings and Sets,</a>'?> <?php echo '<a href="' . $fr_cpath . '1_93">Bridal Crowns...</a>'?></div>
I have created shortcuts for some of the long directory code; you can do a similar thing, or just substitute the original values for $fr_root and $fr_cpath in the link code.