From: Steve Sutton Date: Mon, 17 Jun 2019 17:31:06 +0000 (-0400) Subject: Update for footer.html X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9535f9176a0f1c24e874024ae69a3b01a79f8b23;p=WP-Plugins%2Fglm-member-db-messages.git Update for footer.html proper call for footer template from within plugin. --- diff --git a/views/admin/footer.html b/views/admin/footer.html index 3a77219..206fba7 100644 --- a/views/admin/footer.html +++ b/views/admin/footer.html @@ -2,7 +2,7 @@ -{include file='admin/footer.html'} +{include file='../../admin/footer.html'} diff --git a/views/admin/messages/search.html b/views/admin/messages/search.html index f8e21c6..b8fb1f5 100644 --- a/views/admin/messages/search.html +++ b/views/admin/messages/search.html @@ -191,4 +191,4 @@ jQuery(document).ready(function($) { }); -{include file='admin/footer.html'} +{include file='../../admin/footer.html'}