Err... forgot one line, but now it's finished.

This commit is contained in:
Zach Hall 2010-03-22 20:08:31 -07:00 committed by Shish
parent 2c767706fa
commit ac141b21c5

View file

@ -105,7 +105,7 @@ class Layout {
$custom_links .= $this->navlinks(make_link('user_admin/login'), "My Account", array("user", "user_admin", "setup", "admin"));
}
else {
$custom_links .= $this->navlinks(make_link('user'), "My Account", array("user", "user_admin"));
$custom_links .= $this->navlinks(make_link('user'), "My Account", array("user", "user_admin", "setup", "admin"));
}
$custom_links .= $this->navlinks(make_link('post/list'), "Posts", array("post"));
$custom_links .= $this->navlinks(make_link('comment/list'), "Comments", array("comment"));