mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Fixes #1946 - System meta event added. 'system_meta_pre'
This commit is contained in:
@@ -4054,6 +4054,8 @@ class eResponse
|
|||||||
{
|
{
|
||||||
$attrData = '';
|
$attrData = '';
|
||||||
|
|
||||||
|
e107::getEvent()->trigger('system_meta_pre');
|
||||||
|
|
||||||
foreach ($this->_meta as $attr)
|
foreach ($this->_meta as $attr)
|
||||||
{
|
{
|
||||||
$attrData .= '<meta';
|
$attrData .= '<meta';
|
||||||
@@ -4063,6 +4065,7 @@ class eResponse
|
|||||||
}
|
}
|
||||||
$attrData .= ' />'."\n";
|
$attrData .= ' />'."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return $attrData;
|
return $attrData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user