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 @@ - +