diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-21 21:47:47 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-21 21:47:47 +0000 |
commit | 8a76d53f35eabe1b33f012e91fd745c1e0653203 (patch) | |
tree | e7bf1fc433e499e2fa45f79a623a6a120f6b62f1 /start.php | |
parent | 779ff6e97e53a016b9384427d65d98daf6480e24 (diff) | |
download | elgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.gz elgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.bz2 |
added convenience function for front page
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ define('TP_OLD_ALBUM', 0);
define('TP_NEW_ALBUM', 1);
+ // include core libraries
+ include dirname(__FILE__) . "/lib/tidypics.php";
/**
|