Err... forgot one line, but now it's finished.
This commit is contained in:
parent
2c767706fa
commit
ac141b21c5
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Reference in a new issue