C:/Program Files/EasyPHP1-8/www/selecteur/classes/ThemeSelecteur.class.php

Go to the documentation of this file.
00001 <?php
00002 
00003   class ThemeSelecteur extends Selecteur 
00004   {    
00013       function ThemeSelecteur($def="none",$type='select',$target='index.php')
00014       {
00015           $this->Selecteur('Theme','theme','Themes',$def,$type,'css',$target);
00016       }
00017       
00022       function includeToPage()
00023       {
00024          echo '<style type="text/css"> @import url('.$this->getRep().'/'.$this->getInitVal().'.'.$this->getextension().');</style>';  
00025       }  
00026   }
00027   
00028 ?>

Generated on Wed Dec 26 11:04:33 2007 for Selecteur by  doxygen 1.5.4