Rename to Sage
This commit is contained in:
8
base.php
8
base.php
@@ -3,7 +3,7 @@
|
||||
|
||||
<!--[if lt IE 8]>
|
||||
<div class="alert alert-warning">
|
||||
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'roots'); ?>
|
||||
<?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'sage'); ?>
|
||||
</div>
|
||||
<![endif]-->
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
<div class="wrap container" role="document">
|
||||
<div class="content row">
|
||||
<main class="main" role="main">
|
||||
<?php include roots_template_path(); ?>
|
||||
<?php include sage_template_path(); ?>
|
||||
</main><!-- /.main -->
|
||||
<?php if (roots_display_sidebar()) : ?>
|
||||
<?php if (sage_display_sidebar()) : ?>
|
||||
<aside class="sidebar" role="complementary">
|
||||
<?php include roots_sidebar_path(); ?>
|
||||
<?php include sage_sidebar_path(); ?>
|
||||
</aside><!-- /.sidebar -->
|
||||
<?php endif; ?>
|
||||
</div><!-- /.content -->
|
||||
|
||||
Reference in New Issue
Block a user