diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 17:22:31 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 17:22:31 +0000 |
commit | abbcdf538949aed8cc91f65bdf1c563506fc8614 (patch) | |
tree | 76927264c3cb4a15eb96f6cd728e0255032e02aa /start.php | |
parent | ac0e60fd90c55a3a7d4f2001eb9e4cce44a5b259 (diff) | |
download | elgg-abbcdf538949aed8cc91f65bdf1c563506fc8614.tar.gz elgg-abbcdf538949aed8cc91f65bdf1c563506fc8614.tar.bz2 |
fixed view album - removed breadcrumbs for now
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ case "album": //view an album individually
set_input('guid',$page[1]);
- include(dirname(dirname(dirname(__FILE__))) . "/entities/index.php");
+ include($CONFIG->pluginspath . "tidypics/viewalbum.php");
break;
case "new": //create new album
|