mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
change nav selected css class
This commit is contained in:
parent
dfba0f13c8
commit
e6444adafd
11 changed files with 16 additions and 11 deletions
|
@ -110,7 +110,7 @@ function message_post(&$a) {
|
|||
function message_content(&$a) {
|
||||
|
||||
$o = '';
|
||||
$o .= '<script> $(document).ready(function() { $(\'#nav-messages-link\').addClass(\'nav-selected\'); });</script>';
|
||||
$o .= set_nav_selected('nav-messages-link');
|
||||
|
||||
if(! local_user()) {
|
||||
notice( t('Permission denied.') . EOL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue