Code cleanup (new API)
This commit is contained in:
parent
115839bcf1
commit
e8cd6d9cbf
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue