20 lines
708 B
PHP
20 lines
708 B
PHP
<?php
|
|
/**
|
|
* Open Source Social Network
|
|
*
|
|
* @packageOpen Source Social Network
|
|
* @author Open Social Website Core Team <info@informatikon.com>
|
|
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
|
|
* @license General Public Licence http://www.opensource-socialnetwork.org/licence
|
|
* @link http://www.opensource-socialnetwork.org/licence
|
|
*/
|
|
?>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="ossn-layout-contents">
|
|
<?php echo ossn_plugin_view('theme/page/elements/system_messages'); ?>
|
|
<?php echo $params['content']; ?>
|
|
</div>
|
|
</div>
|
|
<?php echo ossn_plugin_view('theme/page/elements/footer');?>
|
|
</div>
|