Skip to content

Instantly share code, notes, and snippets.

@jameshalsall
Created January 12, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameshalsall/c60c8d5c61e00ff86912 to your computer and use it in GitHub Desktop.
Save jameshalsall/c60c8d5c61e00ff86912 to your computer and use it in GitHub Desktop.
{% extends "VhotoAlbumBundle::layout.html.twig" %}
{% form_theme form ':Form:form_list_layout.html.twig' %}
{% block content_header '' %}
{% block content %}
{% block javascripts %}
{{ parent() }}
{% javascripts '@VhotoAlbumBundle/Resources/public/js/application.album.uploader.js'
'@VhotoAlbumBundle/Resources/public/js/jquery.uploadify.js'
'@VhotoAlbumBundle/Resources/public/js/swfuploadify.js' filter='?yui_js' %}
<script src='{{ asset_url }}' type='text/javascript'></script>
{% endjavascripts %}
{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% stylesheets '@VhotoAlbumBundle/Resources/public/css/uploader.css' %}
<link rel='stylesheet' href="{{ asset_url }}" />
{% endstylesheets %}
{% endblock %}
{% include 'VhotoAlbumBundle:Album:uploader.html.twig' %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment