Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.6.0beta

Request #3204 Adding Raw entries to the Header
Submitted: 2005-01-14 14:20 UTC Modified: 2006-10-31 20:53 UTC
From: david at inspiredthinking dot co dot uk Assigned: iwarner
Status: Assigned Package: HTML_Page2
PHP Version: 4.3.10 OS: N/A
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: david at inspiredthinking dot co dot uk
New email:
PHP Version: Package Version: OS:

 

 [2005-01-14 14: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";

Comments

 [2005-03-24 13:47 UTC] thesaur
OK, that will be added to the next release. If you already have extended the class to provide a solution, I will be implementing it as "addRawHeaderData(string/array/object $content)"
 [2007-12-20 13:25 UTC] pfrenssen (Pieter Frenssen)
I have added a patch that adds the addRawHeaderData() function. Can this be merged into the source?
 [2009-09-26 05:50 UTC] samwilson (Sam Wilson)
 [2009-09-26 05:52 UTC] samwilson (Sam Wilson)
I've updated Pieter Frenssen's patch to work with 0.6.0beta.