<?php
ob_start
(); 
require (
"nukelayoutclass.php");
 
$mypage = new nukeLayout;

$mypage->nukelayoutSitename "NukeLayout Class";
$mypage->nukelayoutpageTitle "NukeLayout PHP Class";
$mypage->nukelayoutLogo "nukelayout.jpg";


$mypage->addleftBar("Left Column 1","
<A HREF=\"view_src.php?page=checkclass.php\">View Src</a><br>
<A HREF=\"http://validator.w3.org/check?uri=http://pccs-linux.com/nukelayout/checkclass.php\"> HTML
Validation Service </a><br>
"
);

$mypage->addleftBar("Left Column 2","
<font size=\"2\">
Testing Class
</font>
"
);

 
$mypage->addArticle("NukeLayout Class Demo",
"
NukeLayout Class is PHP class that allow you to develop web pages that
look and feel like&n

This web site is prepared and maintained by Chauncey Thorn.
The information contained in this site was valid at the time of posting.
Chauncey Thorn, assumes no liability for damages incurred directly or indirectly as a result of errors, omissions or discrepancies. nt>"Ease of Use",
"
The class is very easy to use....


"
);


$mypage->addRightBar("Right Column 1","
<font size=\"2\">
Test CLass

</font>
"
);

$mypage->addRightBar("Right Column 2","
<A HREF=\"example1.php\">No Right Column</a><br>
"
);

 
$mypage->render();


ob_end_flush();
 
?>

PCCS-Linux.COM ::ource Advocate Articles catalogue
2000 2002