remove references to phpMyDesigner.net, asked by Ivan

This commit is contained in:
Marc Delisle
2006-11-20 17:54:24 +00:00
parent cfd14f05c4
commit 82babfb943
5 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
/* /*
@author Ivan A Kirillov (develop.php@gmail.com) @author Ivan A Kirillov (develop.php@gmail.com)
www.phpMyDesigner.net
*/ */
include_once "./pmd_session.php"; include_once "./pmd_session.php";

View File

@@ -4,7 +4,6 @@
/* /*
@author Ivan A Kirillov (develop.php@gmail.com) @author Ivan A Kirillov (develop.php@gmail.com)
www.phpMyDesigner.net
*/ */
require_once './libraries/relation.lib.php'; require_once './libraries/relation.lib.php';
function get_tabs() // PMA_DBI function get_tabs() // PMA_DBI

View File

@@ -12,7 +12,7 @@ require_once 'pmd_session.php';
<?php } ?> <?php } ?>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
<link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css"> <link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
<title>phpMyDesigner</title> <title>Designer</title>
</head> </head>
<body> <body>

View File

@@ -50,7 +50,7 @@ if (isset($scale)) {
<?php } ?> <?php } ?>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
<link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css"> <link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
<title>phpMyDesigner</title> <title>Designer</title>
</head> </head>
<body> <body>
<br> <br>

View File

@@ -4,7 +4,6 @@
/* /*
@author Ivan A Kirillov (develop.php@gmail.com) @author Ivan A Kirillov (develop.php@gmail.com)
www.phpMyDesigner.net
*/ */
require_once './libraries/common.lib.php'; require_once './libraries/common.lib.php';