Home » HTML » HTML_Page2 » Bug #3204
Adding Raw entries to the Header
Details
| Request #3204 | Adding Raw entries to the Header |
|---|---|
| Submitted | 2005-01-14 19:20 UTC |
| From | david at inspiredthinking dot co dot uk |
| Assigned | doconnor |
| Status | Closed |
| Package | HTML_Page2 |
| PHP Version | 4.3.10 |
| OS | N/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";