oops, forgot to remove class used for lite theme :x
This commit is contained in:
parent
9f3da77ea9
commit
cd1087b7a7
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ class Layout {
|
|||
case "upload":
|
||||
$custom_sublinks .= "<li><a href='".make_link('post/list')."'>All</a></li>";
|
||||
$custom_sublinks .= "<li><a href='".make_link("post/list/favorited_by=$username/1")."'>My Favorites</a></li>";
|
||||
if(file_exists("ext/random_image")) $custom_sublinks .= "<li><a class='tab' href='".make_link("random_image/view")."'>Random Image</a></li>";
|
||||
if($hw){ $custom_sublinks .= "<li><a class='tab' href='".make_link("wiki/posts")."'>Help</a></li>";
|
||||
if(file_exists("ext/random_image")) $custom_sublinks .= "<li><a href='".make_link("random_image/view")."'>Random Image</a></li>";
|
||||
if($hw){ $custom_sublinks .= "<li><a href='".make_link("wiki/posts")."'>Help</a></li>";
|
||||
}else{ $custom_sublinks .= "<li><a href='".make_link("ext_doc/index")."'>Help</a></li>";}
|
||||
break;
|
||||
case "comment":
|
||||
|
|
Reference in a new issue