public
Description: Kete was developed by Horowhenua Library Trust and Katipo Communications Ltd. to build a digital library of Horowhenua material.
Homepage: http://kete.net.nz/
Clone URL: git://github.com/kete/kete.git
bugfix: when viewing an item other than a topic, this would cause errors
Kieran Pilkington (author)
Wed Nov 19 21:23:47 -0800 2008
commit  49278ef5394e9970e4dd52294b4e4b9cdde168c6
tree    038049d208ffc229314acfe4d42d7f50a43889af
parent  472d44eb40bd386dead178809cce4be402ba5bf1
...
178
179
180
181
 
182
183
184
...
178
179
180
 
181
182
183
184
0
@@ -178,7 +178,7 @@
0
           
0
           <%# James - 2008-11-19 %>
0
           <%# Slideshow controls are shown on 'show' pages for all item types %>
0
-          <%= render(:partial => "slideshow_controls") if show_slideshow_controls? -%>
0
+          <%= render(:partial => "topics/slideshow_controls") if show_slideshow_controls? -%>
0
 
0
           <% if render_full_width_content_wrapper? and !@displaying_error %>
0
             <%= render(:partial => "topics/content_wrapper_start" , :locals => { :style_classes =>"full-width notabs" }) %>

Comments