From d5db25808a0847e09ee3735faeac3552c722e0ae Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 7 Mar 2016 15:03:53 -0800 Subject: Facebook scraper "OpenGraph" support; modules will need to set the required fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild. --- view/php/choklet.php | 2 +- view/php/default.php | 2 +- view/php/full.php | 2 +- view/php/minimal.php | 2 +- view/php/redable.php | 2 +- view/php/zen.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'view/php') diff --git a/view/php/choklet.php b/view/php/choklet.php index 712e8b1c3..5f2303e77 100644 --- a/view/php/choklet.php +++ b/view/php/choklet.php @@ -1,5 +1,5 @@ - + <?php if(x($page,'title')) echo $page['title']; ?> diff --git a/view/php/default.php b/view/php/default.php index cf6b25d90..4a7c1ea19 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -1,5 +1,5 @@ - + <?php if(x($page,'title')) echo $page['title'] ?> diff --git a/view/php/full.php b/view/php/full.php index 99653c06d..bc3b2ed87 100644 --- a/view/php/full.php +++ b/view/php/full.php @@ -1,5 +1,5 @@ - + <?php if(x($page,'title')) echo $page['title'] ?> diff --git a/view/php/minimal.php b/view/php/minimal.php index a8c693985..ade2a0cb7 100644 --- a/view/php/minimal.php +++ b/view/php/minimal.php @@ -1,5 +1,5 @@ - + <?php if(x($page,'title')) echo $page['title'] ?> diff --git a/view/php/redable.php b/view/php/redable.php index dfa99ccb3..0dcba77d2 100644 --- a/view/php/redable.php +++ b/view/php/redable.php @@ -1,5 +1,5 @@ - + <?php if(x($page,'title')) echo $page['title'] ?> diff --git a/view/php/zen.php b/view/php/zen.php index 5b89e9c32..a96cf722f 100644 --- a/view/php/zen.php +++ b/view/php/zen.php @@ -1,5 +1,5 @@ - + <?php if(x($page,'title')) echo $page['title'] ?> -- cgit v1.2.3