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:
authorMichal Čihař <mcihar@suse.cz>2012-06-04 16:32:23 +0400
committerMichal Čihař <mcihar@suse.cz>2012-06-04 16:32:23 +0400
commit89c9174c589d081486becbeee721cf60e4043ba5 (patch)
tree5b0c36f125e52802a03feaf809e4a84a759f37e9 /themes
parent10ca304d0ee448391c4b88c557defa5c655a0f60 (diff)
Fix some minor coding style violations in themes
Diffstat (limited to 'themes')
-rw-r--r--themes/original/layout.inc.php3
-rw-r--r--themes/pmahomme/css/codemirror.css.php15
-rw-r--r--themes/pmahomme/info.inc.php3
-rw-r--r--themes/pmahomme/layout.inc.php3
4 files changed, 21 insertions, 3 deletions
diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php
index fce646dc64..aaad9592e9 100644
--- a/themes/original/layout.inc.php
+++ b/themes/original/layout.inc.php
@@ -40,7 +40,8 @@ $GLOBALS['cfg']['BrowsePointerColor'] = '#000000';
// background of the pointer in browse mode
$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC';
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
+// foreground (text) color of the marker (visually marks row by clicking on it)
+// in browse mode
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
// background of the marker (visually marks row by clicking on it) in browse mode
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index a0682eef70..6192cddb9f 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -1,3 +1,18 @@
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * Styles for CodeMirror editor
+ * for the pmahomme theme
+ *
+ * @package PhpMyAdmin-theme
+ * @subpackage PMAHomme
+ */
+
+// unplanned execution path
+if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
+ exit();
+}
+?>
.CodeMirror {
font-size: 140%;
font-family: monospace;
diff --git a/themes/pmahomme/info.inc.php b/themes/pmahomme/info.inc.php
index fafef6a1d3..d45f8ee470 100644
--- a/themes/pmahomme/info.inc.php
+++ b/themes/pmahomme/info.inc.php
@@ -8,7 +8,8 @@
*/
/**
- * If you have problems or questions about this theme email mikehomme@users.sourceforge.net
+ * If you have problems or questions about this theme email
+ * mikehomme@users.sourceforge.net
*/
$theme_name = 'pmahomme';
$theme_full_version = '1.1';
diff --git a/themes/pmahomme/layout.inc.php b/themes/pmahomme/layout.inc.php
index 5d87a0616d..360659b573 100644
--- a/themes/pmahomme/layout.inc.php
+++ b/themes/pmahomme/layout.inc.php
@@ -42,7 +42,8 @@ $GLOBALS['cfg']['BrowsePointerColor'] = '#000';
// background of the pointer in browse mode
$GLOBALS['cfg']['BrowsePointerBackground'] = '#cfc';
-// foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
+// foreground (text) color of the marker (visually marks row by clicking on it)
+// in browse mode
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000';
// background of the marker (visually marks row by clicking on it) in browse mode