PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Page2 » Bug #3204

Adding Raw entries to the Header

Details

Request #3204Adding Raw entries to the Header
Submitted2005-01-14 19:20 UTC
Fromdavid at inspiredthinking dot co dot uk
Assigneddoconnor
StatusClosed
PackageHTML_Page2
PHP Version4.3.10
OSN/A
Roadmaps(Not assigned)

Comments

[2005-01-14 19:20 UTC] david at inspiredthinking dot co dot uk

Description:
------------
Hi,
Can you extend Page2 - with a mechanism to allow the addition of raw entries within the HEAD tag?

I've modded my version thus:
$pageObject->_rawHeadString =
"<!-- compliance patch for microsoft browsers -->\n".
"<!--[if lt IE 7]>\n".
"<script src='js/ie7-standard.js' type='text/javascript'>\n".
"</script>\n".
"<![endif]-->\n";