mirror of
https://github.com/movahhedi/blueberry-pma-theme.git
synced 2026-08-24 10:04:43 -05:00
Merge pull request #25 from nijel/scrutinizer-patch-1
Scrutinizer Auto-Fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ $font_family_icon = 'Fallen' ?>
|
||||
/* LTR
|
||||
---------------------------------------------- */
|
||||
|
||||
<?php if ($GLOBALS['text_dir'] === 'ltr' ) {
|
||||
<?php if ($GLOBALS['text_dir'] === 'ltr') {
|
||||
include CSS_PATH . '/common/ltr.css.php';
|
||||
} ?>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
@@ -146,7 +146,7 @@ p.notice {
|
||||
background-repeat: no-repeat;
|
||||
background: #555;
|
||||
color: #d4fb6a
|
||||
<?php if ($GLOBALS['text_dir'] === 'ltr' ) { ?>
|
||||
<?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
|
||||
background-position: 10px 50%;
|
||||
padding: 10px 10px 10px 25px
|
||||
<?php } else { ?>
|
||||
|
||||
@@ -895,7 +895,7 @@ div.upload_progress_bar_inner {
|
||||
margin: 1px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
<?php if ($GLOBALS['cfg']['BrowseMarkerEnable'] ) { ?>
|
||||
<?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>
|
||||
color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor'] ?>
|
||||
<?php } ?>
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user