Added "hub page" package

This package provides the HubPage class which can be used to create
pages that act as URL mappers.
This commit is contained in:
Emmanuel BENOîT 2012-02-05 17:59:12 +01:00
parent dd87433f82
commit c5e30e4cc3
2 changed files with 49 additions and 0 deletions
includes/hub-page

View file

@ -0,0 +1,4 @@
<?
$package[ 'files' ][] = 'hub-page';
$package[ 'extras' ][] = 'HubPage';