diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-09 01:16:32 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-09 01:16:32 +0000 |
commit | 26474d349f6f03b3f74beb91ef680f0c634e05d5 (patch) | |
tree | 0a72774c7651facbb21ecf41764a939535ce6cfa /template/yoga/picture.tpl | |
parent | fceb26e23175ff93988091a05c80443a39b9d865 (diff) |
- fix issue when picture_url_style = file (sql query like)
- sql call SET NAMES "xxx" (if required) in upgrade.php, upgrade_feed.php and after 65-database.php
git-svn-id: http://piwigo.org/svn/trunk@2512 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 9ba9d6ffa..e86e24ee9 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -209,7 +209,7 @@ y.callService( <input type="submit" name="rate" value="{$mark}" class="rateButton" /> {/if} {/foreach} - <script type="text/javascript" src="{$ROOT_URL}{$themeconf.template_dir}/rating.js"></script> + <script type="text/javascript" src="{$ROOT_URL}template/{$themeconf.template}/rating.js"></script> <script type="text/javascript"> makeNiceRatingForm( {ldelim}rootUrl: '{$ROOT_URL|@escape:"javascript"}', image_id: {$current.id}, updateRateText: "{'update_rate'|@translate|@escape:'javascript'}", updateRateElement: document.getElementById("updateRate"), |