|
Revision 778
(checked in by piv, 2 years ago)
|
added support for any actions category
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
from AccessControl import allow_module |
|---|
| 2 |
from Products.CMFCore.DirectoryView import registerDirectory |
|---|
| 3 |
|
|---|
| 4 |
from Products.qPloneTabs.config import SKINS_DIR, GLOBALS |
|---|
| 5 |
|
|---|
| 6 |
allow_module('Products.qPloneTabs.utils') |
|---|
| 7 |
allow_module('Products.qPloneTabs.config') |
|---|
| 8 |
registerDirectory(SKINS_DIR, GLOBALS) |
|---|
| 9 |
|
|---|
| 10 |
from Products.qPloneTabs.utils import getPortalActions |
|---|
| 11 |
from Products.qPloneTabs.utils import getRootTabs |
|---|