[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/view/admin/admintemplatedview.class.php" ); 5 lt_include( PLOG_CLASS_PATH."class/template/templatesets/templatesetstorage.class.php" ); 6 7 /** 8 * \ingroup Action 9 * @private 10 * 11 * Shows a form to add a new locale file 12 */ 13 class AdminNewTemplateAction extends AdminAction 14 { 15 16 function AdminNewTemplateAction( $actionInfo, $request ) 17 { 18 $this->AdminAction( $actionInfo, $request ); 19 20 $this->requireAdminPermission( "add_template" ); 21 } 22 23 function perform() 24 { 25 $this->_view = new AdminTemplatedView( $this->_blogInfo, "newglobaltemplate" ); 26 $this->_view->setValue( "templateFolder", TemplateSetStorage::getBaseTemplateFolder()); 27 $this->setCommonData(); 28 29 return true; 30 } 31 } 32 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |