Changeset 3 for includes/htmltempl.php
- Timestamp:
- May 5, 2008, 8:33:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
includes/htmltempl.php
r1 r3 1 <? 1 <?php 2 2 class Html_template 3 3 { … … 15 15 function __construct() 16 16 { 17 ob_start($ compression);17 ob_start($this->compression); 18 18 } 19 19
Note:
See TracChangeset
for help on using the changeset viewer.