source: products/quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/profiles/default/portlets.xml @ 1572

Last change on this file since 1572 was 1572, checked in by fenix, 14 years ago

initial package import

File size: 458 bytes
Line 
1<?xml version="1.0"?>
2<portlets
3    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
4    i18n:domain="plone">
5
6 <!-- Portlet type registrations -->
7 
8 <portlet
9   addview="quintagroup.portlet.collection.Collection"
10   title="QCollection portlet"
11   description="A portlet which displays the results of a collection query"
12   i18n:attributes="title title_collection_portlet;
13                    description description_collection_portlet"
14   />
15 
16</portlets>
Note: See TracBrowser for help on using the repository browser.