diff --git a/src/footer.html b/src/footer.html
index c231e934..e3ca5042 100644
--- a/src/footer.html
+++ b/src/footer.html
@@ -155,7 +155,7 @@
Comment Examples
headerApp.directive('ngHeaderBootstrap', function(){
return {
restrict: 'C',
- templateUrl: tcconfig.mainURL + '/js/app/header/partials/header-nav.html',
+ templateUrl: tcconfig.mainURL + '/mf/js/app/header/partials/header-nav.html',
controller: function($scope){
$scope.vm = vm = {};
$scope.main = {};
diff --git a/wp/wp-content/themes/tcs-responsive/footer.php b/wp/wp-content/themes/tcs-responsive/footer.php
index 386d6902..36498657 100644
--- a/wp/wp-content/themes/tcs-responsive/footer.php
+++ b/wp/wp-content/themes/tcs-responsive/footer.php
@@ -237,7 +237,7 @@ function _kms(u){
headerApp.directive('ngHeaderBootstrap', function(){
return {
restrict: 'C',
- templateUrl: tcconfig.mainURL + '/js/app/header/partials/header-nav.html',
+ templateUrl: tcconfig.mainURL + '/mf/js/app/header/partials/header-nav.html',
controller: function($scope){
$scope.vm = vm = {};
$scope.main = {};