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,13 +2,14 @@
/**
* 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/
*/
$sitename = ossn_site_settings('site_name');
$sitelanguage = ossn_site_settings('language');
if (isset($params['title'])) {
$title = $params['title'] . ' : ' . $sitename;
} else {
@@ -21,13 +22,14 @@ if (isset($params['contents'])) {
}
?>
<!DOCTYPE html>
<html>
<html lang="<?php echo $sitelanguage; ?>">
<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" />
<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'); ?>
<?php echo ossn_fetch_extend_views('ossn/endpoint'); ?>
<?php echo ossn_fetch_extend_views('ossn/site/head'); ?>
<script>
@@ -36,6 +38,11 @@ if (isset($params['contents'])) {
</head>
<body>
<div class="ossn-page-loading-annimation">
<div class="ossn-page-loading-annimation-inner">
<div class="ossn-loading"></div>
</div>
</div>
<div class="ossn-halt ossn-light"></div>
<div class="ossn-message-box"></div>