diff options
author | Thomas Willingham <founder@kakste.com> | 2013-07-10 19:36:53 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-07-10 19:36:53 +0100 |
commit | 3f2829a062c9a6bedf7ebdc59db15e064b5a7446 (patch) | |
tree | d3d78477bd89789c6992d33b407a025afba5b9a9 /boot.php | |
parent | 085be3a16f704a3f89bbe4d795c9ca915cc26e8a (diff) | |
download | volse-hubzilla-3f2829a062c9a6bedf7ebdc59db15e064b5a7446.tar.gz volse-hubzilla-3f2829a062c9a6bedf7ebdc59db15e064b5a7446.tar.bz2 volse-hubzilla-3f2829a062c9a6bedf7ebdc59db15e064b5a7446.zip |
Minimum value webpages
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2060,7 +2060,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ ); $tabs[] = array( 'label' => t('Wepages'), - 'url' => $a->get_baseurl() . '/webpages', + 'url' => $a->get_baseurl() . '/webpages' . $nickname, 'sel' => ((argv(0) == 'webpages') ? 'active' : ''), 'title' => t('Manage Webpages'), 'id' => 'webpages-tab', |