Install cmft skin.

This commit is contained in:
david 2002-11-19 08:25:51 +00:00
parent 3e82a0cd15
commit 4235da6389
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from Globals import package_home
import sys, traceback
PRODUCT_NAME = 'Lampadas'
SKIN_DIRS = ['lampadas_templates', 'lampadas_scripts']
SKIN_DIRS = ['cmft', 'lampadas_templates', 'lampadas_scripts']
def install_tool(self, out):
if not hasattr(self, "content_tool"):