1
0

Allow possibility to style the backend (surrounding layout + entry editor so far)

This commit is contained in:
Garvin Hicking
2007-05-30 11:20:53 +00:00
parent f3a346d533
commit cff33ccb4d
7 changed files with 839 additions and 211 deletions

View File

@ -3,6 +3,13 @@
Version 1.2 ()
------------------------------------------------------------------------
* Add admin backend templates for main area and the entry editor.
Falls back to default PHP output if Smarty cannot be utilized.
(garvinhicking)
* Fix properly reinstantiating sessions and properly deleting cookies
when requested (garvinhicking)
* Add support for sqlite3 (http://php-sqlite3.sourceforge.net/), by
geekmug