added the changes made for capstone
authorIan Weller <ian@gaslightmedia.com>
Wed, 7 Sep 2016 14:10:20 +0000 (10:10 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 7 Sep 2016 14:10:20 +0000 (10:10 -0400)
commitddc76e2c1f4305c869ed037929093687394ccd0d
treea749e589406425071cbe3945de4f31d293afbdcc
parent595ce8e513ecddcd94faf18429ce4a18d381b9fd
added the changes made for capstone

We found out the hard way that having everything in a single index file is
not as convinent as we thought.  Laury broke it down into managable
sections and I added them to the glmTheme.  Not much difference than the
way we had it before I think.
12 files changed:
root/index.php
root/sections/blog-archive.php [new file with mode: 0644]
root/sections/blog-home.php [new file with mode: 0644]
root/sections/blog-single.php [new file with mode: 0644]
root/sections/copyright.php [new file with mode: 0644]
root/sections/footer.php [new file with mode: 0644]
root/sections/front-page.php [new file with mode: 0644]
root/sections/header.php [new file with mode: 0644]
root/sections/interior-page.php [new file with mode: 0644]
root/sections/off-canvas.php [new file with mode: 0644]
root/sections/search.php [new file with mode: 0644]
root/sections/top-bar.php [new file with mode: 0644]