diff options
Diffstat (limited to 'template/yoga/picture.tpl')
-rw-r--r-- | template/yoga/picture.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 585678247..02453e9af 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -145,7 +145,7 @@ <!-- END metadata --> <!-- BEGIN rate --> -<form action="{rate.F_ACTION}" method="post"> +<form action="{rate.F_ACTION}" method="post" id="rateForm"> <div>{rate.SENTENCE} : <!-- BEGIN rate_option --> {rate.rate_option.SEPARATOR} @@ -156,6 +156,7 @@ <input type="submit" name="rate" value="{rate.rate_option.OPTION}" class="rateButton" /> <!-- END not_my_rate --> <!-- END rate_option --> +<script type="text/javascript" src="{pwg_root}{themeconf:template_dir}/rating.js"></script> </div> </form> <!-- END rate --> |