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

@@ -1,6 +1,6 @@
<?php
use Roots\Sage\Config;
use Roots\Sage\Setup;
use Roots\Sage\Wrapper;
?>
@@ -23,7 +23,7 @@ use Roots\Sage\Wrapper;
<main class="main">
<?php include Wrapper\template_path(); ?>
</main><!-- /.main -->
<?php if (Config\display_sidebar()) : ?>
<?php if (Setup\display_sidebar()) : ?>
<aside class="sidebar">
<?php include Wrapper\sidebar_path(); ?>
</aside><!-- /.sidebar -->