blob: e68533bb448fd29f3490a0623712cef8485a64e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
/**
* * Name: Redbasic
* * Description: RedMatrix standard theme
* * Version: 1.0
* * Author: Fabrixxm
* * Maintainer: Mike Macgirvin
* * Compat: Red [*]
*
*/
function redbasic_init(&$a) {
}
|