[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/summary/view/summaryview.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/template/templatesets/templatesets.class.php" ); 5 6 /** 7 * shows the final view of the registration process where users get to choose 8 * a template set for their blog 9 */ 10 class BlogTemplateChooserView extends SummaryView 11 { 12 13 function BlogTemplateChooserView() 14 { 15 $this->SummaryView( "registerstep3" ); 16 } 17 18 function render() 19 { 20 // get a list with all the templates so that users can choose 21 $sets = new TemplateSets(); 22 $templates = $sets->getGlobalTemplateSets(); 23 $this->setValue( "templates", $templates ); 24 25 // and render the rest of the contents of the view 26 parent::render(); 27 } 28 } 29 ?>
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 |
![]() |