aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-06-21 21:47:47 +0000
committerCash Costello <cash.costello@gmail.com>2009-06-21 21:47:47 +0000
commit8a76d53f35eabe1b33f012e91fd745c1e0653203 (patch)
treee7bf1fc433e499e2fa45f79a623a6a120f6b62f1 /start.php
parent779ff6e97e53a016b9384427d65d98daf6480e24 (diff)
downloadelgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.gz
elgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.bz2
added convenience function for front page
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/start.php b/start.php
index cfd20db62..24423dafd 100644
--- a/start.php
+++ b/start.php
@@ -8,6 +8,8 @@
define('TP_OLD_ALBUM', 0);
define('TP_NEW_ALBUM', 1);
+ // include core libraries
+ include dirname(__FILE__) . "/lib/tidypics.php";
/**