fixed "defined" bug

This commit is contained in:
Christian Haschek
2016-09-27 20:15:53 +02:00
parent 65af4eff9b
commit 7e99328dd2
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title><?php echo (defined(TITLE)?TITLE:'PictShare image hosting'); ?></title>
<title><?php echo (defined('TITLE')?TITLE:'PictShare image hosting'); ?></title>
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">

View File

@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title><?php echo (defined(TITLE)?TITLE:'PictShare image hosting'); ?></title>
<title><?php echo (defined('TITLE')?TITLE:'PictShare image hosting'); ?></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="copyright" content="Copyright <?php echo date("Y"); ?> PictShare" />
<meta id="viewport" name="viewport" content="width=<?php echo $width ?>, user-scalable=yes" />