root/components/loader/_start.php
Author: blaine
File Size: 226 Bytes
(May 01, 2009 19:50 UTC) About 3 years ago
begin of the change to make possible to use the code to diagram by a external link. still has a problem with the public external css link to be solved.
<?php
/**
* Loader Start
* @package loader
*/
/**
* Load the loader package
*/
if ( class_exists( "Loader" ) )
{
Loader::requireOnce( "Loader.class.php" , true );
}
else
{
require_once( "Loader.class.php" );
}
?> |