1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Very rough code in places ... particularly sig parsing ... mainly as a "does it work?" test ... the answer seems to be "yes, it does" ... I don't recall the met office saying "Hell has frozen over", strange ...

git-svn-id: file:///svn/phpbb/trunk@3999 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-05-10 01:00:29 +00:00
parent cb6cd93dae
commit 6d119a0e45
2 changed files with 158 additions and 16 deletions

View File

@@ -34,12 +34,6 @@ class ucp_prefs extends ucp
$submodules['VIEW'] = "module_id=$module_id&mode=view";
$submodules['POST'] = "module_id=$module_id&mode=post";
$user->lang = array_merge($user->lang, array(
'UCP_PERSONAL' => 'Personal Settings',
'UCP_VIEW' => 'Viewing Posts',
'UCP_POST' => 'Posting Messages')
);
ucp::subsection($submodules, $submode);
unset($submodules);