Main Page
Related Pages
Data Structures
Files
File List
Globals
ossn.lib.themes.php
Go to the documentation of this file.
1
<?php
2
/**
3
* Open Source Social Network
4
*
5
* @package (Informatikon.com).ossn
6
* @author OSSN Core Team <
[email protected]
>
7
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
8
* @license General Public Licence http://www.opensource-socialnetwork.org/licence
9
* @link http://www.opensource-socialnetwork.org/licence
10
*/
11
12
function
ossn_themes_init
(){
13
ossn_register_plugins_by_path
(
ossn_default_theme
() .
'plugins/'
);
14
}
15
ossn_register_callback
(
'ossn'
,
'init'
,
'ossn_themes_init'
);
Ossn
ossn
libraries
ossn.lib.themes.php
Generated by
1.8.10