Commit dcacd632 authored by Andy Hausmann's avatar Andy Hausmann

Fixed #30 (github): Var altUid is now being passed correctly along all template files.

parent c776ba29
<script type="text/javascript">
<f:render partial='JavaScriptRaw' arguments='{settings: settings, data: data}'/>
<f:render partial='JavaScriptRaw' arguments='{_all}'/>
</script>
\ No newline at end of file
......@@ -8,8 +8,8 @@
<f:if condition="<f:count subject='{flexSliders}' /> > 0">
<f:render partial="ResourceFiles" arguments="{settings: settings}"/>
<f:render partial="JavaScript" arguments="{settings: settings, data: data}"/>
<f:render partial="ResourceFiles" arguments="{_all}"/>
<f:render partial="JavaScript" arguments="{_all}"/>
<div class="flexslider" id="fs-{f:if(condition: data.pi_flexform, then: data.uid, else: altUid)}">
<ul class="slides">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment