theme cleanup

This commit is contained in:
Mike Macgirvin 2010-09-18 21:11:18 -07:00
parent 881037a0d9
commit 65a420b227
23 changed files with 179 additions and 36 deletions

View file

@ -82,6 +82,7 @@ function message_post(&$a) {
}
function message_content(&$a) {
$o .= '<script> $(document).ready(function() { $(\'#nav-messages-link\').addClass(\'nav-selected\'); });</script>';
if(! local_user()) {
notice( t('Permission denied.') . EOL);