Rename config.php to setup.php
This commit is contained in:
4
base.php
4
base.php
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user