This commit is contained in:
Shish
2009-07-21 04:18:40 +01:00
parent 5857b60c2e
commit 2471a8e2eb
9 changed files with 146 additions and 117 deletions

View File

@@ -1,6 +1,5 @@
<?php
/* AdminBuildingEvent {{{
*
/**
* Sent when the admin page is ready to be added to
*/
class AdminBuildingEvent extends Event {
@@ -9,7 +8,6 @@ class AdminBuildingEvent extends Event {
$this->page = $page;
}
}
// }}}
class AdminPage implements Extension {
var $theme;