aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-18 21:11:18 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-18 21:11:18 -0700
commit65a420b22755f774dc2422f7fdf3709e01289945 (patch)
tree43848b09e1eb8e5c2d211f5a1ebb6fa498feb39e /mod/profiles.php
parent881037a0d9430b13e852ccac46590945a5093957 (diff)
downloadvolse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.gz
volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.bz2
volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.zip
theme cleanup
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 5ee9a3e96..c9dc4c80c 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -157,6 +157,7 @@ function profiles_post(&$a) {
function profiles_content(&$a) {
+ $o .= '<script> $(document).ready(function() { $(\'#nav-profiles-link\').addClass(\'nav-selected\'); });</script>';
if(! local_user()) {
notice( t('Permission denied.') . EOL);
return;