summaryrefslogtreecommitdiff
path: root/hugo/themes/original/info.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'hugo/themes/original/info.inc.php')
-rw-r--r--hugo/themes/original/info.inc.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/hugo/themes/original/info.inc.php b/hugo/themes/original/info.inc.php
new file mode 100644
index 0000000..28866d6
--- /dev/null
+++ b/hugo/themes/original/info.inc.php
@@ -0,0 +1,15 @@
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * Theme information
+ *
+ * @package PhpMyAdmin-theme
+ * @subpackage Original
+ */
+
+/**
+ *
+ */
+$theme_name = 'Original';
+$theme_full_version = '2.9';
+?>