Changeset 1460
- Timestamp:
- 02/25/10 06:23:54 (5 months ago)
- Files:
-
- trunk/lib/AkActionController.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/AkActionController.php
r1458 r1460 1452 1452 if(!empty($this->active_layout)){ 1453 1453 return strstr($this->active_layout,DS) ? $this->active_layout : 'layouts'.DS.$this->active_layout; 1454 } else { 1455 return false; 1454 1456 } 1455 1457 }
