TYPO3 CMS  TYPO3_6-2
BigDocumentTemplate.php
Go to the documentation of this file.
1 <?php
3 
17 // Extension classes of the template class.
18 // These are meant to provide backend screens with different widths.
19 // They still do because of the different class-prefixes used for the <div>-sections
20 // but obviously the final width is determined by the stylesheet used.
26 
30  public $divClass = 'typo3-bigDoc';
31 
32 }