Update for footer.html
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Jun 2019 17:31:06 +0000 (13:31 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Jun 2019 17:31:06 +0000 (13:31 -0400)
proper call for footer template from within plugin.

views/admin/footer.html
views/admin/messages/editHtmlEmail.html
views/admin/messages/editTemplate.html
views/admin/messages/index.html
views/admin/messages/list.html
views/admin/messages/listTemplates.html
views/admin/messages/search.html

index 3a77219..206fba7 100644 (file)
@@ -2,7 +2,7 @@
     </div> <!-- / admin content area -->
 
     <div class="glm-copyright">
-        {$glmPluginName}<br>
+        {$glmPluginName} <br>
         Copyright &copy; 2014-{$thisYear} Gaslight Media - All Rights Reserved<br>
         Phone: 231-487-0692 - E-Mail: plugins@gaslightmedia.com<br>
         <a href="http://www.gaslightmedia.com">http://www.gaslightmedia.com</a>
index 590266a..f8f66af 100644 (file)
@@ -66,4 +66,4 @@
 </form>
 
 
-{include file='admin/footer.html'}
+{include file='../../admin/footer.html'}
index 13d5893..4354dbe 100644 (file)
@@ -38,4 +38,4 @@
 
 </form>
 
-{include file='admin/footer.html'}
+{include file='../../admin/footer.html'}
index 68c9cdd..2663aa1 100644 (file)
@@ -33,4 +33,4 @@
 
 {include file='admin/messages/listMessagesTable.html'}
 
-{include file='admin/footer.html'}
+{include file='../../admin/footer.html'}
index 7f63c3b..be0756c 100644 (file)
@@ -5,4 +5,4 @@
 
 {include file='admin/messages/listMessagesTable.html'}
 
-{include file='admin/footer.html'}
+{include file='../../admin/footer.html'}
index 2134d73..8b5d350 100644 (file)
@@ -62,4 +62,4 @@
     <img src="{$pluginAssetsUrl}loading25.gif">
 </div>
 
-{include file='admin/footer.html'}
+{include file='../../admin/footer.html'}
index f8e21c6..b8fb1f5 100644 (file)
@@ -191,4 +191,4 @@ jQuery(document).ready(function($) {
 });
 </script>
 
-{include file='admin/footer.html'}
+{include file='../../admin/footer.html'}