event templates
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Jul 2014 19:36:37 +0000 (15:36 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Jul 2014 19:36:37 +0000 (15:36 -0400)
update url for resources

Toolkit/Events/views/eventSearchForm.html

index d2f824f..8bd3242 100755 (executable)
@@ -15,7 +15,7 @@
             <div id="submitNameWrapper">
                 <input
                     type="image"
-                    src="{commonAppUrl:h}assets/go.png"
+                    src="<?php echo MEDIA_BASE_URL;?>assets/go.png"
                     alt="Search Events">
             </div>
         </form>
@@ -77,7 +77,7 @@
         <div id="submitWrapper">
           <input
             type="image"
-            src="{commonAppUrl:h}assets/go.png"
+            src="<?php echo MEDIA_BASE_URL;?>assets/go.png"
             alt="Search Events">
         </div>
     </form>