Beispiel #1
0
     toggleFrontPage($cid, $sectionid, $option);
     break;
 case 'archive':
     changeContent($cid, -1, $sectionid, $option);
     break;
 case 'unarchive':
     changeContent($cid, 0, $sectionid, $option);
     break;
 case 'cancel':
     cancelContent($option);
     break;
 case 'orderup':
     orderContent($cid[0], -1, $option);
     break;
 case 'orderdown':
     orderContent($cid[0], 1, $option);
     break;
 case 'showarchive':
     viewArchive($sectionid, $option);
     break;
 case 'movesect':
     moveSection($cid, $sectionid, $option);
     break;
 case 'movesectsave':
     moveSectionSave($cid, $sectionid, $option);
     break;
 case 'copy':
     copyItem($cid, $sectionid, $option);
     break;
 case 'copysave':
     copyItemSave($cid, $sectionid, $option);
     toggleFrontPage($cid, $sectionid, $option);
     break;
 case 'archive':
     changeContent($cid, -1, $option);
     break;
 case 'unarchive':
     changeContent($cid, 0, $option);
     break;
 case 'cancel':
     cancelContent();
     break;
 case 'orderup':
     orderContent(intval($cid[0]), -1, $option);
     break;
 case 'orderdown':
     orderContent(intval($cid[0]), 1, $option);
     break;
 case 'showarchive':
     viewArchive($sectionid, $option);
     break;
 case 'movesect':
     moveSection($cid, $sectionid, $option);
     break;
 case 'movesectsave':
     moveSectionSave($cid, $sectionid, $option);
     break;
 case 'copy':
     copyItem($cid, $sectionid, $option);
     break;
 case 'copysave':
     copyItemSave($cid, $sectionid, $option);