[pLog-svn] r1202 - plugins/trunk/flickr/install/templates

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Feb 24 08:17:09 GMT 2005


Author: mark
Date: 2005-02-24 08:17:09 +0000 (Thu, 24 Feb 2005)
New Revision: 1202

Modified:
   plugins/trunk/flickr/install/templates/flickr.template
Log:
Use the {$url->getBaseUrl()} to get the base url.

Modified: plugins/trunk/flickr/install/templates/flickr.template
===================================================================
--- plugins/trunk/flickr/install/templates/flickr.template	2005-02-24 08:15:07 UTC (rev 1201)
+++ plugins/trunk/flickr/install/templates/flickr.template	2005-02-24 08:17:09 UTC (rev 1202)
@@ -1,6 +1,6 @@
 {include file="$blogtemplate/header.template"} 
 {if !empty($flickr)}
- <script type="text/javascript" src="plugins/flickr/js/annotation/annotation.js"></script>
+ <script type="text/javascript" src="{$url->getBaseUrl()}/plugins/flickr/js/annotation/annotation.js"></script>
  {literal}
   <STYLE TYPE="text/css">
    <!--




More information about the pLog-svn mailing list