phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 Nov 2008 04:49:41 +0000 (21:49 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 12 Nov 2008 04:49:41 +0000 (21:49 -0700)
framework/Mime/lib/Horde/Mime/Viewer/php.php

index 090050c..8de75c2 100644 (file)
@@ -33,6 +33,8 @@ class Horde_Mime_Viewer_php extends Horde_Mime_Viewer_Driver
     protected function _render()
     {
         $ret = $this->_renderInline();
+
+        // Need Horde headers for CSS tags.
         $ret['data'] =  Util::bufferOutput('require', $GLOBALS['registry']->get('templates', 'horde') . '/common-header.inc') .
             $ret['data'] .
             Util::bufferOutput('require', $GLOBALS['registry']->get('templates', 'horde') . '/common-footer.inc');