mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
News-Meta-Description shortcode added.
This commit is contained in:
@@ -578,5 +578,10 @@ class news_shortcodes extends e_shortcode
|
||||
return e107::getForm()->renderRelated($array, $this->news_item['news_meta_keywords'], array('news'=>$this->news_item['news_id']));
|
||||
}
|
||||
|
||||
function sc_newsmetadiz()
|
||||
{
|
||||
return e107::getParser()->toHtml($this->news_item['news_meta_description'],true);
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user