Initial commit
This commit is contained in:
27
#pma/themes/fallen/css/navigation.css.php
Normal file
27
#pma/themes/fallen/css/navigation.css.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
# Unplanned execution path
|
||||
|
||||
if ( !defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
/* Navigation
|
||||
---------------------------------------------- */
|
||||
|
||||
<?php include CSS_PATH . '/navigation/nav.css.php' ?>
|
||||
|
||||
/* Logos
|
||||
---------------------------------------------- */
|
||||
|
||||
<?php include CSS_PATH . '/navigation/logos.css.php' ?>
|
||||
|
||||
/* Elements
|
||||
---------------------------------------------- */
|
||||
|
||||
<?php include CSS_PATH . '/navigation/elements.css.php' ?>
|
||||
|
||||
/* Globals
|
||||
---------------------------------------------- */
|
||||
|
||||
<?php include CSS_PATH . '/navigation/globals.css.php' ?>
|
Reference in New Issue
Block a user