try again

This commit is contained in:
2021-07-28 00:32:13 +02:00
parent e14f8642f3
commit e77c62e381
58 changed files with 3129 additions and 2671 deletions

View File

@@ -2,11 +2,11 @@
/**
* 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
* @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/
*/
$site_name = ossn_site_settings('site_name');
if (isset($params['title'])) {
@@ -26,10 +26,10 @@ if (isset($params['contents'])) {
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="<?php echo ossn_add_cache_to_url(ossn_theme_url().'images/favicon.ico');?>" type="image/x-icon" />
<title><?php echo $title; ?></title>
<?php echo ossn_fetch_extend_views('ossn/endpoint'); ?>
<?php echo ossn_fetch_extend_views('ossn/endpoint'); ?>
<?php echo ossn_fetch_extend_views('ossn/admin/head'); ?>
<script>
@@ -53,12 +53,11 @@ if (isset($params['contents'])) {
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="<?php echo ossn_theme_url(); ?>images/logo_admin.jpg"/>
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<img src="<?php echo ossn_theme_url(); ?>images/logo_admin.jpg"/>
</div>
<?php if(ossn_isAdminLoggedin()){ ?>
<div class="col-md-6 header-dropdown">
<div class="col-md-6 col-sm-6 col-xs-6 header-dropdown">
<ul class="navbar-right">
<div class="dropdown">
<a id="dLabel" role="button" data-toggle="dropdown" data-target="#"><i class="fa fa-bars fa-3"></i></a>
@@ -94,11 +93,10 @@ if (isset($params['contents'])) {
<?php echo ossn_print('copyright'); ?> <?php echo date("Y"); ?> <a href="<?php echo ossn_site_url(); ?>"><?php echo $site_name; ?></a>
</div>
<div class="col-md-6 text-right">
<?php echo 'POWERED <a href="http://www.opensource-socialnetwork.org">OPEN SOURCE SOCIAL NETWORK</a>'; ?>
</div>
</div>
</footer>
<!-- /footer -->
</div> <!-- /container -->
</body>
</html>
</html>