root/gp/zope/lastfm/configure.zcml
| Revision 255, 365 bytes (checked in by gawel, 21 months ago) |
|---|
| Line | |
|---|---|
| 1 | <configure |
| 2 | xmlns="http://namespaces.zope.org/zope" |
| 3 | xmlns:browser="http://namespaces.zope.org/browser" |
| 4 | i18n_domain='zope' |
| 5 | > |
| 6 | |
| 7 | <browser:page |
| 8 | name="lastfm" |
| 9 | for="*" |
| 10 | class=".browser.LastfmView" |
| 11 | template="template.pt" |
| 12 | permission="zope.Public" |
| 13 | /> |
| 14 | |
| 15 | </configure> |
Note: See TracBrowser
for help on using the browser.



