Example #1
0
File: index.php Project: engel/yase
<?php

require_once "classes/YASE/Framework.php";
require_once "classes/Template.php";
Template::head();
Template::leftbar();
?>
<br>
<H1> About YASE </H1>
<br><br>

<p>
YASE lets you put your webpages into a database where you can search them.
</p>

<?php 
Template::bottom();
Example #2
0
 public static function admintop()
 {
     Template::login();
     Template::head();
     Template::leftbar();
 }