From 2a8e035843f296d26e97d9fd1ff26568bbc6c66f Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Sat, 6 Aug 2016 15:06:01 +0200 Subject: [PATCH] added default value if TITLE is not set --- template.php | 2 +- template_mp4.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template.php b/template.php index 6e687b9..674e19d 100644 --- a/template.php +++ b/template.php @@ -3,7 +3,7 @@ - <?php echo TITLE; ?> + <?php echo (TITLE?TITLE:'PictShare image hosting'); ?> diff --git a/template_mp4.php b/template_mp4.php index c04efb0..0777c35 100644 --- a/template_mp4.php +++ b/template_mp4.php @@ -1,7 +1,7 @@ - <?php echo TITLE; ?> + <?php echo (TITLE?TITLE:'PictShare image hosting'); ?> PictShare" /> @@ -15,7 +15,7 @@ - +