Changeset 1423
- Timestamp:
- 06/13/06 07:30:27 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/slickrick/lib/response/sfWebResponse.class.php
r1300 r1423 370 370 { 371 371 $metas = $this->parameter_holder->getAll('helper/asset/auto/meta'); 372 373 return $metas['title'];372 373 return (array_key_exists('title', $metas)) ? $metas['title'] : false; 374 374 } 375 375