mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Append _cat to category names
git-svn-id: file:///svn/phpbb/trunk@2794 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
55c1db0449
commit
56eea32ffd
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ else if ( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'left' )
|
|||
|
||||
foreach ( $module as $cat => $action_ary )
|
||||
{
|
||||
$cat = ( !empty($lang[$cat]) ) ? $lang[$cat] : preg_replace('/_/', ' ', $cat);
|
||||
$cat = ( !empty($lang[$cat . '_cat']) ) ? $lang[$cat . '_cat'] : preg_replace('/_/', ' ', $cat);
|
||||
|
||||
?>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue