CVS Commit by dpage: Fix title.
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Fix title.
Log Message:
-----------
Fix title.
Modified Files:
--------------
www/pgadmin3:
support.php (r1.4 -> r1.5)
Index: support.php
===================================================================
RCS file: /projects/www/pgadmin3/support.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lpgadmin3/support.php -Lpgadmin3/support.php -u -w -r1.4 -r1.5
--- pgadmin3/support.php
+++ pgadmin3/support.php
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang='<?php echo $_SESSION['pgadmin']['locale']?>' xml:lang='<?php echo $_SESSION['pgadmin']['locale']?>'>
<head>
<?php require_once "tpl/head.php"; ?>
- <title>pgAdmin screenshots</title>
+ <title>pgAdmin support</title>
</head>
<body>
Home |
Main Index |
Thread Index