Show
Ignore:
Timestamp:
05/10/2007 06:00:04 PM (20 months ago)
Author:
wei
Message:

Update blog tutorial

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/demos/blog-tutorial/protected/pages/Day1/ShareLayout.page

    r1848 r1927  
    136136class Contact extends TPage 
    137137{ 
    138         public function onPreInit($param) 
    139         { 
    140                 parent::onPreInit($param); 
    141                 $this->MasterClass='Path.To.NewLayout'; 
    142         } 
    143          
    144         // ... 
     138    public function onPreInit($param) 
     139    { 
     140        parent::onPreInit($param); 
     141        $this->MasterClass='Path.To.NewLayout'; 
     142    } 
     143     
     144    // ... 
    145145} 
    146146?>