Add namespace

This commit is contained in:
Ben Word
2015-01-09 22:08:57 -06:00
parent 9e1922b06f
commit 587fbf6c35
13 changed files with 93 additions and 50 deletions

View File

@@ -1,5 +1,7 @@
<?php use Roots\Sage\Titles; ?>
<div class="page-header">
<h1>
<?php echo sage_title(); ?>
<?php echo Titles\title(); ?>
</h1>
</div>