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
diff options
context:
space:
mode:
Diffstat (limited to 'themes/original/info.inc.php')
-rw-r--r--themes/original/info.inc.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/original/info.inc.php b/themes/original/info.inc.php
deleted file mode 100644
index 0608898feb..0000000000
--- a/themes/original/info.inc.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * Theme information
- *
- * @version $Id$
- * @package phpMyAdmin-theme
- * @subpackage Original
- */
-
-/**
- *
- */
-$theme_name = 'Original';
-$theme_full_version = '2.9';
-?>