PHP Classes

File: app/Resources/HerzultForumBundle/views/Category/show.xml.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/HerzultForumBundle/views/Category/show.xml.twig   Download  
File: app/Resources/HerzultForumBundle/views/Category/show.xml.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 259 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>{{ category.name }} Last Topics</title> {% render 'HerzultForumBundle:Topic:list' with {'categorySlug': category.slug, 'pagerOptions': {'page': page}} %} </feed>