Changeset 1283 for trunk/pylucid/PyLucid/settings_example.py
- Timestamp:
- 10/23/07 13:12:39 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/settings_example.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/settings_example.py
r1221 r1283 382 382 ALLOW_SEND_MAILS = True 383 383 384 # Every Plugin output clasp around with a html DIV tag.385 # Here you can defined witch CSS class name the DIVtag should used:386 CSS_ DIV_CLASS_NAME = "PyLucidPlugins"384 # Every Plugin output gets a html SPAN tag around. 385 # Here you can defined witch CSS class name the tag should used: 386 CSS_PLUGIN_CLASS_NAME = "PyLucidPlugins"