Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-07-20 23:23:41 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-20 23:23:41 +0300
commit9bd54931c069ec8941d36b54eba8d1fc34ba61cb (patch)
tree16d50a1d6f904e22355d9355fa01b53c2afe7496 /themes
parent4dadfa16b2ae7a1125cb7f2a8a900cb4668fc18f (diff)
Remove useless closing PHP tag.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/info.inc.php1
-rw-r--r--themes/original/layout.inc.php2
-rw-r--r--themes/original/sprites.lib.php1
-rw-r--r--themes/pmahomme/info.inc.php1
-rw-r--r--themes/pmahomme/layout.inc.php2
-rw-r--r--themes/pmahomme/sprites.lib.php1
6 files changed, 0 insertions, 8 deletions
diff --git a/themes/original/info.inc.php b/themes/original/info.inc.php
index 28866d6bf3..ce2287a0f8 100644
--- a/themes/original/info.inc.php
+++ b/themes/original/info.inc.php
@@ -12,4 +12,3 @@
*/
$theme_name = 'Original';
$theme_full_version = '2.9';
-?>
diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php
index c1a9f2be01..cfa1dc0f48 100644
--- a/themes/original/layout.inc.php
+++ b/themes/original/layout.inc.php
@@ -74,5 +74,3 @@ $GLOBALS['cfg']['ThColor'] = '#000000';
$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
// table data row background, alternate
$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-?>
diff --git a/themes/original/sprites.lib.php b/themes/original/sprites.lib.php
index c671693060..dc93fd3e6d 100644
--- a/themes/original/sprites.lib.php
+++ b/themes/original/sprites.lib.php
@@ -717,4 +717,3 @@ function PMA_sprites()
),
);
}
-?>
diff --git a/themes/pmahomme/info.inc.php b/themes/pmahomme/info.inc.php
index 0c32532d17..cd47da6d19 100644
--- a/themes/pmahomme/info.inc.php
+++ b/themes/pmahomme/info.inc.php
@@ -18,4 +18,3 @@
$theme_name = 'pmahomme';
$theme_full_version = '1.1';
-?>
diff --git a/themes/pmahomme/layout.inc.php b/themes/pmahomme/layout.inc.php
index e43eb87164..ccb8c1194d 100644
--- a/themes/pmahomme/layout.inc.php
+++ b/themes/pmahomme/layout.inc.php
@@ -75,5 +75,3 @@ $GLOBALS['cfg']['ThColor'] = '#000';
$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
// table data row background, alternate
$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-?>
diff --git a/themes/pmahomme/sprites.lib.php b/themes/pmahomme/sprites.lib.php
index 9220a9ecfa..8e828d98b8 100644
--- a/themes/pmahomme/sprites.lib.php
+++ b/themes/pmahomme/sprites.lib.php
@@ -802,4 +802,3 @@ function PMA_sprites()
),
);
}
-?>