From 4a9d40004c36c9f8f5cd6e9afe65ed21e0fb4f2a Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 18 Nov 2016 10:26:57 -0500 Subject: [PATCH] Commented out the music page from the site for the album release --- app/routes.php | 2 +- app/views/templates/partials/header.twig | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/routes.php b/app/routes.php index 8cb4c0b..ecb31d4 100755 --- a/app/routes.php +++ b/app/routes.php @@ -5,5 +5,5 @@ require 'routes/index.php'; require 'routes/about.php'; require 'routes/contact.php'; require 'routes/home.php'; -require 'routes/music.php'; +//require 'routes/music.php'; require 'routes/shows.php'; diff --git a/app/views/templates/partials/header.twig b/app/views/templates/partials/header.twig index 5265761..c626de4 100755 --- a/app/views/templates/partials/header.twig +++ b/app/views/templates/partials/header.twig @@ -19,11 +19,13 @@ + - \ No newline at end of file +