mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 00:15:00 +02: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
@ -111,7 +111,7 @@ else if ( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'left' )
|
|||||||
|
|
||||||
foreach ( $module as $cat => $action_ary )
|
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>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user