diff --git a/upload/styles/cb_2014/layout/blocks/upload/form.html b/upload/styles/cb_2014/layout/blocks/upload/form.html new file mode 100644 index 00000000..d70814e2 --- /dev/null +++ b/upload/styles/cb_2014/layout/blocks/upload/form.html @@ -0,0 +1,14 @@ +{assign var='video_fields' value=$Upload->load_video_fields($input)} + + + +{foreach from=$video_fields item=field} +
+ {foreach from=$field key=key item=oneField} ++{/foreach} diff --git a/upload/styles/cb_2014/layout/global_header.html b/upload/styles/cb_2014/layout/global_header.html index ae6432f0..4bb0e07b 100755 --- a/upload/styles/cb_2014/layout/global_header.html +++ b/upload/styles/cb_2014/layout/global_header.html @@ -1,81 +1,78 @@ + + {if in_dev()} + {$cache_buster=microtime(true)} + {else} + {$cache_buster=$Cbucket->version} + {/if} + + + + + + + + + + + + {rss_feeds link_tag=true} + + + + - - - {if in_dev()} - {$cache_buster=microtime(true)} - {else} - {$cache_buster=$Cbucket->version} - {/if} - - - - - - - - - - - - {rss_feeds link_tag=true} - - - - ++ {$key} + {var_dump($oneField)} ++ {/foreach} +