1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Page Meta-description shortcode thanks to Vesko.

This commit is contained in:
Cameron
2014-01-15 04:21:39 -08:00
parent 3982066b1d
commit 2e29e5bef4

View File

@@ -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'];
}
}