Login   Register  
PHP Classes
elePHPant
Icontem

File: elemental-sm/index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ilya Nemihin  >  elementalSiteMaker  >  elemental-sm/index.php  >  Download  
File: elemental-sm/index.php
Role: Application script
Content type: text/plain
Description: index for web
Class: elementalSiteMaker
easy CMS
Author: By
Last change:
Date: 2003-01-31 12:04
Size: 203 bytes
 

Contents

Class file image Download
<?php

$include_root 
'./include/';
include ( 
$include_root.'functions/ClassLoader.php' );

load_class'PageShower/PageShower.php' );

$pageShower = new PageShower();
$pageShower->show();

?>