Remove closing PHP tags

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne
2015-07-21 09:51:47 +05:30
parent 84f1d45db3
commit 628f33fa7e
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
<?php
$theme_name = 'metro';
$theme_full_version = '2.2';
?>
-2
View File
@@ -165,5 +165,3 @@ switch($scheme)
$GLOBALS['cfg']['BlueHeader'] = '#555555';
break;
}
?>
-1
View File
@@ -832,4 +832,3 @@ function PMA_sprites()
),
);
}
?>