Code cleanup (new API)

This commit is contained in:
markseu 2013-12-11 21:30:02 +01:00
parent 115839bcf1
commit e8cd6d9cbf

View file

@ -5,7 +5,7 @@
// Yellow main class
class Yellow
{
const Version = "0.2.2";
const Version = "0.2.3";
var $page; //current page data
var $pages; //current page tree from file system
var $config; //configuration
@ -327,12 +327,6 @@ class Yellow
{
$this->plugins->register($name, $class, $version);
}
// Add page response header, OBSOLETE DON'T USE
function header($responseHeader)
{
$this->page->header($responseHeader);
}
}
// Yellow page data