Changeset 1283 for trunk/pylucid/PyLucid/index.py
- Timestamp:
- 10/23/07 13:12:39 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/index.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/index.py
r1228 r1283 36 36 from PyLucid.system.URLs import URLs 37 37 from PyLucid.system.context_processors import add_dynamic_context 38 from PyLucid.system.context_processors import add_css_tag 38 39 39 40 from PyLucid.tools.content_processors import apply_markup, \ … … 274 275 # print "---" 275 276 277 page_content = add_css_tag( 278 context, page_content, module_name, method_name 279 ) 280 276 281 return _render_cms_page(context, page_content) 277 282
