add left right themes
This commit is contained in:
18
ussrbasicright/php/theme.php
Normal file
18
ussrbasicright/php/theme.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* * Name: Ussrbasicright
|
||||
* * Description: zlax theme (removed like button and contact's minus circle)
|
||||
* * Version: 2.23
|
||||
* * MinVersion: 3.8
|
||||
* * MaxVersion: 6.0
|
||||
* * Author: Fabrixxm
|
||||
* * Maintainer: Mike Macgirvin
|
||||
* * Maintainer: Mario Vavti
|
||||
*/
|
||||
|
||||
function ussrbasicright_init(&$a) {
|
||||
|
||||
App::$theme_info['extends'] = 'redbasic';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user