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
+2
View File
@@ -19,6 +19,8 @@ function network_content(&$a, $update = false) {
$group = 0;
if(! $update) {
$o .= '<script> $(document).ready(function() { $(\'#nav-network-link\').addClass(\'nav-selected\'); });</script>';
// pull out the group here because the updater might have different args
if($a->argc > 1) {
$group = intval($a->argv[1]);