Development

Changeset 27780

You must first sign up to be able to contribute.

Changeset 27780

Show
Ignore:
Timestamp:
02/09/10 12:32:28 (1 month ago)
Author:
ornicar2
Message:

[Diem]
- fixed Content admin menu position

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/diemPlugin/trunk/dmCorePlugin/lib/config/dmModuleManagerConfigHandler.php

    r27739 r27780  
    112112  protected function sortModuleTypes() 
    113113  { 
    114     // We generally want writer modules first 
    115     if($projectModules = dmArray::get($this->config, 'Project')) 
    116     { 
    117       unset($this->config['Project']); 
    118        
    119       $this->config = array_merge(array('Project' => $projectModules), $this->config); 
     114    // We generally want content modules first 
     115    if($projectModules = dmArray::get($this->config, 'Content')) 
     116    { 
     117      unset($this->config['Content']); 
     118       
     119      $this->config = array_merge(array('Content' => $projectModules), $this->config); 
    120120    } 
    121121  } 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.