[pLog-svn] r1201 - plog/trunk/templates/standard-with-plugins

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


Author: mark
Date: 2005-02-24 08:15:07 +0000 (Thu, 24 Feb 2005)
New Revision: 1201

Modified:
   plog/trunk/templates/standard-with-plugins/commentform.template
   plog/trunk/templates/standard-with-plugins/flickr.template
Log:
Use {$url->getBaseUrl()} to get tge base url, instead of use the default from browser.

Modified: plog/trunk/templates/standard-with-plugins/commentform.template
===================================================================
--- plog/trunk/templates/standard-with-plugins/commentform.template	2005-02-24 08:11:58 UTC (rev 1200)
+++ plog/trunk/templates/standard-with-plugins/commentform.template	2005-02-24 08:15:07 UTC (rev 1201)
@@ -9,7 +9,7 @@
    	 <label for="commentText">{$locale->pr("comment_text")}</label><textarea rows="10" cols="30" name="commentText" id="commentText"></textarea> 
    	 {if !empty($smileys)}
    	  {if $smileys->isEnabled()}
-       <script type="text/javascript" src="plugins/smileys/js/smileys/smileys.js"></script>
+       <script type="text/javascript" src="{$url->getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script>
        <br/><label for="simleysBar"></label>{$smileys->generateSmileysBar()}
       {/if}
      {/if}

Modified: plog/trunk/templates/standard-with-plugins/flickr.template
===================================================================
--- plog/trunk/templates/standard-with-plugins/flickr.template	2005-02-24 08:11:58 UTC (rev 1200)
+++ plog/trunk/templates/standard-with-plugins/flickr.template	2005-02-24 08:15:07 UTC (rev 1201)
@@ -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