fixed logo
This commit is contained in:
@@ -1,23 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Open Source Social Network
|
||||
*
|
||||
* @package (softlab24.com).ossn
|
||||
* @author OSSN Core Team <info@softlab24.com>
|
||||
* @copyright (C) SOFTLAB24 LIMITED
|
||||
* @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence
|
||||
* @link https://www.opensource-socialnetwork.org/
|
||||
* Atlas
|
||||
*/
|
||||
?>
|
||||
<div class="ossn-layout-admin">
|
||||
<div class="ossn-layout-admin" style="padding-top: 30px;">
|
||||
<?php echo ossn_plugin_view('theme/page/elements/system_messages', array(
|
||||
'admin' => true
|
||||
));
|
||||
?>
|
||||
<div class="row">
|
||||
<div class="col-md-12 contents">
|
||||
<div class="page-title"><?php echo $params['title']; ?></div>
|
||||
|
||||
<div class="col-md-12 contents" style="padding-top: 10px;">
|
||||
<div class="page-title center"><?php echo $params['title']; ?></div>
|
||||
<?php echo $params['contents']; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user