Importing bits and pieces
This is the initial import based on a few files I had around.
This commit is contained in:
commit
871d28cd16
20 changed files with 1994 additions and 0 deletions
includes/box
6
includes/box/package.inc.php
Normal file
6
includes/box/package.inc.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$package[ 'requires' ][] = 'core';
|
||||
$package[ 'files' ][] = 'view';
|
||||
$package[ 'views' ][] = 'box';
|
||||
$package[ 'extras' ][] = 'BoxButton';
|
Loading…
Add table
Add a link
Reference in a new issue