mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Remove addMetaTag
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12286 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d1d9bce775
commit
d2bffa188b
1 changed files with 0 additions and 12 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue