diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-15 21:37:13 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-15 21:37:13 +0000 |
commit | de2500effa7de7bbfb833cf8f6a2c70c9c907bab (patch) | |
tree | b53b5aa083637d56df3429e3530fa928c11ab5d7 /mod/pages/start.php | |
parent | a702acb6e62c4355e52035c3888e1c20e8af8a47 (diff) | |
download | elgg-de2500effa7de7bbfb833cf8f6a2c70c9c907bab.tar.gz elgg-de2500effa7de7bbfb833cf8f6a2c70c9c907bab.tar.bz2 |
Quick and dirty changes to pages to work on 1.8's layout.
git-svn-id: http://code.elgg.org/elgg/trunk@6495 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/pages/start.php')
-rw-r--r-- | mod/pages/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/start.php b/mod/pages/start.php index b029dbfd7..9caa3c4f2 100644 --- a/mod/pages/start.php +++ b/mod/pages/start.php @@ -337,4 +337,4 @@ // Make sure the pages initialisation function is called on initialisation register_elgg_event_handler('init','system','pages_init'); register_elgg_event_handler('pagesetup','system','pages_submenus'); -?>
\ No newline at end of file +?> |