Show
Ignore:
Timestamp:
09/26/09 10:45:22 (3 years ago)
Author:
todd
Message:

fixed: htmlpage doctypes now a more comprehesive data structure;
updated: we now default to the HTML5 doctype;
updated: we now send charset in our headers and embed content-type in a meta-tag on the page;
remove: obsolete Controls directory

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/TurtolCMS/Core/Context.py

    r1372 r1373  
    6060    ''' 
    6161    return self._store.GetAsset (cms=True) 
     62 
     63  def BaseLocation (self): 
     64    return self._params.get ('BaseLocation', '') 
    6265 
    6366  def LoadInitModule (self, req):