diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-10-02 12:20:05 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-10-02 12:20:05 +0000 |
| commit | f66a06e9479b63a3a2c8a85547c1f92c997f1349 (patch) | |
| tree | ea26c5931df078a9dbe3d425a4e7013666164c94 /phpBB/includes/functions.php | |
| parent | 5b5a089ab619d7666081bb9358b092695919c98d (diff) | |
| download | forums-f66a06e9479b63a3a2c8a85547c1f92c997f1349.tar forums-f66a06e9479b63a3a2c8a85547c1f92c997f1349.tar.gz forums-f66a06e9479b63a3a2c8a85547c1f92c997f1349.tar.bz2 forums-f66a06e9479b63a3a2c8a85547c1f92c997f1349.tar.xz forums-f66a06e9479b63a3a2c8a85547c1f92c997f1349.zip | |
Remove globalsearch action, no need
git-svn-id: file:///svn/phpbb/trunk@4991 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 2b493a52c9..53ff3d277b 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1734,7 +1734,6 @@ function page_header($page_title = '') 'S_DISPLAY_PM' => (!empty($config['allow_privmsg'])) ? 1 : 0, 'S_DISPLAY_MEMBERLIST' => (isset($auth)) ? $auth->acl_get('u_viewprofile') : 0, 'S_NEW_PM' => ($s_privmsg_new) ? 1 : 0, - 'S_GLOBALSEARCH_ACTION' => "{$phpbb_root_path}search.$phpEx$SID", 'T_THEME_PATH' => "{$phpbb_root_path}styles/" . $user->theme['primary']['theme_path'] . '/theme', 'T_TEMPLATE_PATH' => "{$phpbb_root_path}styles/" . $user->theme['primary']['template_path'] . '/template', |
