mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Page Meta-description shortcode thanks to Vesko.
This commit is contained in:
@@ -243,4 +243,11 @@ class cpage_shortcodes extends e_shortcode
|
||||
|
||||
return e107::getUrl()->create($route, $this->page, array('allow' => 'page_sef,page_title,page_id,chapter_sef,book_sef'));
|
||||
}
|
||||
|
||||
function sc_cpagemetadiz()
|
||||
{
|
||||
return $this->page['page_metadscr'];
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user