Changeset 2583 for branches/php4
- Timestamp:
- 01/10/08 12:50:10 (3 months ago)
- Files:
-
- 1 modified
-
branches/php4/classes/layout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/php4/classes/layout.php
r2467 r2583 1810 1810 } 1811 1811 } 1812 $static = (!$this->global && ($this->id_type=="1" || $this->id_type=="2" || $this->id_type=="3" || $this->id_type=="4" || $this->id_type=="1 6"))? "1" : "0";1812 $static = (!$this->global && ($this->id_type=="1" || $this->id_type=="2" || $this->id_type=="3" || $this->id_type=="4" || $this->id_type=="10" || $this->id_type=="16" || $this->id_type=="17"))? "1" : "0"; 1813 1813 $img_sizes = $this->conf->Get("img_sizes"); 1814 1814 $publish = array('id_type'=>$id_type,'type'=>$type,'subtype'=>$this->subtype,
