inital commit
This commit is contained in:
19
widgets/profile/widget.php
Normal file
19
widgets/profile/widget.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Open Source Social Network
|
||||
*
|
||||
* @package (Informatikon.com).ossn
|
||||
* @author OSSN Core Team <info@opensource-socialnetwork.org>
|
||||
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
|
||||
* @license General Public Licence http://www.opensource-socialnetwork.org/licence
|
||||
* @link http://www.opensource-socialnetwork.org/licence
|
||||
*/
|
||||
?>
|
||||
<div class="ossn-profile-module-item">
|
||||
<div class="module-title">
|
||||
<?php echo $params['title']; ?>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<?php echo $params['contents']; ?>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user