Emoji picker, Search and Themes updates
This commit is contained in:
@ -12,6 +12,10 @@ if ($logedin || $tl['mode'] == 'user') {
|
||||
<br><span>(@" . $info['acct'] . ")</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='side_element' style='margin-top:20px; margin-left:0px; width:100%; padding-top:10px; padding-bottom:10px; '>
|
||||
<form method='get'><input type='text' name='search' style='width:80%' placeholder='Type your search here'><input type='submit' value='' class='fontello'></form>
|
||||
</div>
|
||||
|
||||
<div class='side_element' style='margin-top:20px; margin-left:0px; width:100%;'>
|
||||
<ul>
|
||||
@ -39,8 +43,10 @@ if ($logedin) {
|
||||
}
|
||||
else {
|
||||
echo "<div class='side_element'>
|
||||
<div style='width:90%; margin:8px; display:inline-block;'>
|
||||
<span style='font-weight:bold; font-size:20px; clear:both;'>" . $setting['appname'] . "</span><br>
|
||||
<span>" . $setting['description'] . "</span>
|
||||
</div>
|
||||
</div>";
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user