source: products/quintagroup.quills.extras/trunk/quintagroup/quills/extras/profiles/default/portlets.xml @ 1257

Last change on this file since 1257 was 1257, checked in by koval, 15 years ago

fixing bugs and typos

File size: 724 bytes
Line 
1<?xml version="1.0"?>
2<!-- This file is used to register new types of portlets. It can also
3     be used to register completely new column types. See CMFPlone's version
4     of this file for more information.
5  -->
6<portlets>
7  <!-- -*- extra stuff goes here -*- -->
8
9   <portlet
10     addview="quintagroup.quills.extras.Categories"
11     title="Weblog Categories"
12     description="List of Weblog's subfolder"
13   />
14
15   <portlet
16     addview="quintagroup.quills.extras.MostCommented"
17     title="Most Commented"
18     description="Render Most Commented Blog Posts"
19   />
20
21   <portlet
22     addview="quintagroup.quills.extras.ResentPosts"
23     title="Recent Posts"
24     description="Render Resent Blog Posts"
25   />
26
27</portlets>
Note: See TracBrowser for help on using the repository browser.