cvs: php-gtk-web /include layout.php
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1143478244@cvsserver> |
sfox Mon Mar 27 16:50:44 2006 UTC
Modified files:
/php-gtk-web/include layout.php
Log:
Uncrowd the title a little
http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/layout.php?r1=1.42&r2=1.43&diff_format=u
Index: php-gtk-web/include/layout.php
diff -u php-gtk-web/include/layout.php:1.42 php-gtk-web/include/layout.php:1.43
--- php-gtk-web/include/layout.php:1.42 Mon Mar 27 13:08:09 2006
+++ php-gtk-web/include/layout.php Mon Mar 27 16:50:44 2006
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.php,v 1.42 2006/03/27 13:08:09 sfox Exp $ */
+/* $Id: layout.php,v 1.43 2006/03/27 16:50:44 sfox Exp $ */
# spacer()
# print a IMG tag for a sized spacer GIF
@@ -142,7 +142,7 @@
?><html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
- <title>PHP-GTK<?php if ($title) { echo ':'.$title; } ?></title>
+ <title>PHP-GTK<?php if ($title) { echo ' : '.$title; } ?></title>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/style-highlight.css" />
<link rel="shortcut icon" href="/gifs/favicon.ico" />