From cb321a0dad1f6ec1f3061c7882d5c244c702f0d5 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 3 Apr 2008 09:31:29 +0000 Subject: Adding name and posted date to blog entries git-svn-id: https://code.elgg.org/elgg/trunk@382 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/start.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod/blog/start.php') diff --git a/mod/blog/start.php b/mod/blog/start.php index d3513dc02..6b1ca3766 100644 --- a/mod/blog/start.php +++ b/mod/blog/start.php @@ -25,7 +25,7 @@ // Load system configuration global $CONFIG; - // Load translations + // Load the language file register_translations($CONFIG->pluginspath . "blog/languages/"); // Set up menu for logged in users @@ -36,6 +36,9 @@ )); } + // Extend system CSS with our own styles, which are defined in the blog/css view + extend_view('css','blog/css'); + } // Make sure the blog initialisation function is called on initialisation -- cgit v1.2.3