Remove addMetaTag

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12286 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-11-22 09:41:39 +00:00
parent d1d9bce775
commit d2bffa188b

View file

@ -179,7 +179,6 @@ class HTMLDisplayHandler
else else
{ {
$this->_loadJSCSS(); $this->_loadJSCSS();
$this->_addMetaTag();
$output = $oTemplate->compile('./common/tpl', 'common_layout'); $output = $oTemplate->compile('./common/tpl', 'common_layout');
} }
@ -343,17 +342,6 @@ class HTMLDisplayHandler
} }
} }
} }
/**
* add meta tag.
* @return void
*/
function _addMetaTag()
{
$oContext =& Context::getInstance();
$oContext->addMetaTag('Content-Type', 'text/html; charset=UTF-8', true);
$oContext->addMetaTag('imagetoolbar', 'no');
}
} }
/* End of file HTMLDisplayHandler.class.php */ /* End of file HTMLDisplayHandler.class.php */
/* Location: ./classes/display/HTMLDisplayHandler.class.php */ /* Location: ./classes/display/HTMLDisplayHandler.class.php */