Rename config.php to setup.php

This commit is contained in:
Ben Word
2015-10-10 13:32:42 -05:00
parent 8c451e8014
commit 045b47b444
6 changed files with 10 additions and 9 deletions

View File

@@ -11,8 +11,8 @@
*/
$sage_includes = [
'lib/assets.php', // Scripts and stylesheets
'lib/config.php', // Configuration
'lib/extras.php', // Custom functions
'lib/setup.php', // Theme setup
'lib/titles.php', // Page titles
'lib/wrapper.php' // Theme wrapper class
];