From: Gabriel Dunne Date: Mon, 17 May 2010 00:49:29 +0000 (-0700) Subject: re-structure X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=fdaf10a955615b65c8eb41e89725a57bdfca18c0;p=plog_bk.git re-structure --- diff --git a/index.php b/index.php index 9a64b05..c827ad9 100644 --- a/index.php +++ b/index.php @@ -1,29 +1,7 @@ diff --git a/plog/lib/config b/plog/lib/config index ae63498..502caa6 100644 --- a/plog/lib/config +++ b/plog/lib/config @@ -1,4 +1,4 @@ LOCAL_ROOT = /home/quilime/quilime.com/ CONTENT_DIR = c/ -TEMPLATE_DIR = templates/ +TEMPLATE_DIR = plog/templates/ SITE_TITLE = quilime diff --git a/plog/lib/data.php b/plog/lib/data.php index 6d0f23d..dc44695 100644 --- a/plog/lib/data.php +++ b/plog/lib/data.php @@ -90,7 +90,14 @@ } } - + +function get_format() { + return 'html'; +} + +function get_template_dir() { + return "plog/templates/"; +} ?> \ No newline at end of file diff --git a/plog/templates/header-src.html b/plog/templates/header-src.html index 3d232c2..05d8973 100644 --- a/plog/templates/header-src.html +++ b/plog/templates/header-src.html @@ -1,7 +1,7 @@ - +