page->getMetaTitle();
if(!$title) {
$title = $this->page->getLabel();
}
$this->HeadTitle($title);
$keywords = $this->page->getMetaKeywords();
if(!empty($keywords)){
$this->HeadMeta( $keywords, 'keywords', 'name', array(), 'SET' );
}
$descr = $this->page->getMetaDescr();
if(!empty($descr)){
$this->HeadMeta( $this->page->getMetaDescr(), 'description', 'name', array(), 'SET' );
}
if($this->page->getDublinCoreMeta() || $this->page->getGeoTaggingMeta()){
$this->placeholder('raw-meta')->captureStart('SET');
echo $this->page->getDublinCoreMeta();
echo $this->page->getGeoTaggingMeta();
$this->placeholder('raw-meta')->captureEnd();
}
//apply content filters
$this->Filter($this->page);
?>
acl()->isAllowed('pagemanager', 'manage')): ?>
url('admin/page', array('action' => 'add'));
$editPage = $this->url('admin/page', array('action' => 'edit', 'id' => $this->page->getId()));
$duplicatePage = $this->url('admin/page', array('action' => 'duplicate', 'id' => $this->page->getId()));
$deletePage = $this->url('admin/page', array('action' => 'delete', 'id' => $this->page->getId()));
?>
page->getLabel(); ?>
page->getContent(); ?>