arse/includes/box/package.inc.php
Emmanuel BENOîT 871d28cd16 Importing bits and pieces
This is the initial import based on a few files I had around.
2012-02-05 12:56:54 +01:00

6 lines
143 B
PHP

<?php
$package[ 'requires' ][] = 'core';
$package[ 'files' ][] = 'view';
$package[ 'views' ][] = 'box';
$package[ 'extras' ][] = 'BoxButton';