The best way to learn how to use the WebCore is by example. See the documentation for more information.
The requested URL is always shown first; if a page uses one or more WebCore templates, those are shown afterwards.
00 <?php
01 include_once ('systems/init.php');
02
03 $Page->location->append ('Systems', '../');
04 $Page->location->append ('Consulting');
05 $Page->start_display ();
06 ?>
07 <div class="main-box">
08 <div class="text-flow">
09 <p class="date-time">06.23.2001</p>
10 <p>Computer Repair/Upgrade/Optimization/Clean-up performed by Marco on Rob's computer. (<a href="06_23_2001.php">Details</a>)</p>
11 </div>
12 </div>
13 <?php $Page->finish_display (); ?>