fixed logo
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
<?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/
|
||||
*/
|
||||
|
||||
$sitename = ossn_site_settings('site_name');
|
||||
$sitelanguage = ossn_site_settings('language');
|
||||
if (isset($params['title'])) {
|
||||
@@ -26,7 +18,16 @@ if (isset($params['contents'])) {
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title><?php echo $title; ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-touch-fullscreen" content="yes">
|
||||
<meta name="description" content="Red Social sin censura.">
|
||||
<meta http-equiv="onion-location" content="http://sqsfqmtxwkolnv6dm66xqwvthtq4id3co47g3u45v2dfzawvmigagtid.onion/" />
|
||||
<meta name="author" content="a0110100110010110">
|
||||
|
||||
|
||||
<link rel="icon" href="<?php echo ossn_add_cache_to_url(ossn_theme_url().'images/favicon.ico');?>" type="image/x-icon" />
|
||||
|
||||
<?php echo ossn_fetch_extend_views('ossn/endpoint'); ?>
|
||||
@@ -46,17 +47,24 @@ if (isset($params['contents'])) {
|
||||
|
||||
<div class="ossn-halt ossn-light"></div>
|
||||
<div class="ossn-message-box"></div>
|
||||
<div class="ossn-viewer" style="display:none"></div>
|
||||
<div class="ossn-viewer"></div>
|
||||
|
||||
<div class="opensource-socalnetwork">
|
||||
<div class="opensource-socialnetwork">
|
||||
<?php echo ossn_plugin_view('theme/page/elements/sidebar');?>
|
||||
<div class="ossn-page-container">
|
||||
<?php echo ossn_plugin_view('theme/page/elements/topbar');?>
|
||||
|
||||
|
||||
<div class="ossn-inner-page">
|
||||
|
||||
|
||||
|
||||
|
||||
<?php echo $contents; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo ossn_fetch_extend_views('ossn/page/footer'); ?>
|
||||
|
||||
</div>
|
||||
<?php echo ossn_fetch_extend_views('ossn/page/footer'); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user