Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
class SampleLayout extends TTemplateControl
|
|
|
4 |
{
|
|
|
5 |
public function __construct()
|
|
|
6 |
{
|
|
|
7 |
if(isset($this->Request['notheme']))
|
|
|
8 |
$this->Service->RequestedPage->EnableTheming=false;
|
|
|
9 |
parent::__construct();
|
|
|
10 |
}
|
|
|
11 |
}
|
|
|
12 |
|
|
|
13 |
?>
|