Changeset 17078
- Timestamp:
- 04/07/09 13:10:14 (4 years ago)
- Files:
-
- branches/1.0/lib/helper/AssetHelper.php (modified) (1 diff)
- branches/1.1/lib/helper/AssetHelper.php (modified) (1 diff)
- branches/1.2/lib/helper/AssetHelper.php (modified) (1 diff)
- branches/1.3/lib/helper/AssetHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/helper/AssetHelper.php
r3775 r17078 365 365 * </code> 366 366 * 367 * <b>Note:</b> Modify the sfResponse object or the view.yml to change, add or remove metas.367 * <b>Note:</b> Modify the sfResponse object or the view.yml to change, add or remove HTTP metas. 368 368 * 369 369 * @return string XHTML compliant <meta> tag(s) branches/1.1/lib/helper/AssetHelper.php
r9101 r17078 418 418 * </code> 419 419 * 420 * <b>Note:</b> Modify the view.yml or use sfWebResponse::add Meta() to change, add or remove HTTP metas.420 * <b>Note:</b> Modify the view.yml or use sfWebResponse::addHttpMeta() to change, add or remove HTTP metas. 421 421 * 422 422 * @return string XHTML compliant <meta> tag(s) branches/1.2/lib/helper/AssetHelper.php
r13476 r17078 461 461 * </code> 462 462 * 463 * <b>Note:</b> Modify the view.yml or use sfWebResponse::add Meta() to change, add or remove HTTP metas.463 * <b>Note:</b> Modify the view.yml or use sfWebResponse::addHttpMeta() to change, add or remove HTTP metas. 464 464 * 465 465 * @return string XHTML compliant <meta> tag(s) branches/1.3/lib/helper/AssetHelper.php
r14596 r17078 461 461 * </code> 462 462 * 463 * <b>Note:</b> Modify the view.yml or use sfWebResponse::add Meta() to change, add or remove HTTP metas.463 * <b>Note:</b> Modify the view.yml or use sfWebResponse::addHttpMeta() to change, add or remove HTTP metas. 464 464 * 465 465 * @return string XHTML compliant <meta> tag(s)