PHP Classes

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

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/HerzultForumBundle/views/Topic/show.xml.twig   Download  
File: app/Resources/HerzultForumBundle/views/Topic/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: 313 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>{{ topic.subject }}</title> <id>{{ forum_urlForTopic(topic, true) }}</id> <updated>{{ topic.pulledAt|date('c') }}</updated> {% include 'HerzultForumBundle:Post:list.xml.twig' with {'posts': posts} %} </feed>