[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/view/blogview.class.php" ); 4 5 /** 6 * \ingroup View 7 * @private 8 * 9 * Generic view for those actions that do not need special customizations 10 * in the view (like most of them :P) 11 */ 12 class BlogTemplatedView extends BlogView 13 { 14 15 /** 16 * Initializes the parent class 17 */ 18 function BlogTemplatedView( $blogInfo, $template, $data = Array()) 19 { 20 $this->BlogView( $blogInfo, $template, SMARTY_VIEW_CACHE_CHECK, $data ); 21 } 22 } 23 ?>
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 |
![]() |