- Timestamp:
- 05/10/2007 06:00:04 PM (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/blog-tutorial/protected/pages/Day1/ShareLayout.page
r1848 r1927 136 136 class Contact extends TPage 137 137 { 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 // ... 145 145 } 146 146 ?>
