Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/includes/cmtclasses.php
Parent Directory
|
Revision Log
|
Patch
| 275 |
// $editAllComponents = $authoriser->checkPermission('mosUser', $my->id, 'edit', 'editAllComponents', 0); |
// $editAllComponents = $authoriser->checkPermission('mosUser', $my->id, 'edit', 'editAllComponents', 0); |
| 276 |
// special handling for components module |
// special handling for components module |
| 277 |
if ( $module->module != 'mod_components' || ( $module->module == 'mod_components' && $editAllComponents ) ) { |
if ( $module->module != 'mod_components' || ( $module->module == 'mod_components' && $editAllComponents ) ) { |
| 278 |
$tabs->startTab( $module->title, 'module' . $module->id ); |
$tabs->startTab( T_($module->title), 'module' . $module->id ); |
| 279 |
if ( $module->module == '' ) mosLoadCustomModule( $module, $params ); |
if ( $module->module == '' ) mosLoadCustomModule( $module, $params ); |
| 280 |
else mosLoadAdminModule( substr( $module->module, 4 ), $params ); |
else mosLoadAdminModule( substr( $module->module, 4 ), $params ); |
| 281 |
$tabs->endTab(); |
$tabs->endTab(); |
|
|
Legend:
| Removed from v.238 |
|
| changed lines |
| |
Added in v.266 |
|
|

Web Hosting provided by Network
Redux.