inital commit

This commit is contained in:
2021-07-28 00:25:39 +02:00
commit e7133a1d63
64 changed files with 5267 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?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="ossn-layout-startup">
<div class="container">
<div class="row">
<?php echo ossn_plugin_view('theme/page/elements/system_messages'); ?>
<div class="ossn-home-container">
<div class="inner">
<?php echo $params['content']; ?>
</div>
</div>
</div>
<?php echo ossn_plugin_view('theme/page/elements/footer');?>
</div>
</div>