fixed logo
This commit is contained in:
24
plugins/default/atlas/info.php
Normal file
24
plugins/default/atlas/info.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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/
|
||||
*/
|
||||
if(!ossn_loggedin_user()){
|
||||
return;
|
||||
}
|
||||
?>
|
||||
<div class="newseed-uinfo1">
|
||||
<a id="sidebar-toggle" data-toggle="0" role="button" data-target="#" style="cursor: context-menu;">
|
||||
<img src="<?php echo ossn_loggedin_user()->iconURL()->small; ?>"/>
|
||||
</a>
|
||||
<div class="name">
|
||||
<a href="<?php echo ossn_loggedin_user()->profileURL(); ?>"><?php echo ossn_loggedin_user()->fullname; ?></a>
|
||||
<a class="edit-profile" href="<?php echo ossn_loggedin_user()->profileURL('/edit'); ?>">
|
||||
<?php echo ossn_print('edit:profile'); ?></a>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user