Example #1
0
 function moveSection()
 {
     import('pages.manager.SectionHandler');
     SectionHandler::moveSection();
 }
Example #2
0
 /**
  * Display form to create a new section.
  */
 function createSection()
 {
     SectionHandler::editSection();
 }