mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-17 13:38:01 +00:00
fixed "defined" bug
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user