aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-21 17:22:31 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-21 17:22:31 +0000
commitabbcdf538949aed8cc91f65bdf1c563506fc8614 (patch)
tree76927264c3cb4a15eb96f6cd728e0255032e02aa /start.php
parentac0e60fd90c55a3a7d4f2001eb9e4cce44a5b259 (diff)
downloadelgg-abbcdf538949aed8cc91f65bdf1c563506fc8614.tar.gz
elgg-abbcdf538949aed8cc91f65bdf1c563506fc8614.tar.bz2
fixed view album - removed breadcrumbs for now
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 7c3f888e8..9474ed746 100644
--- a/start.php
+++ b/start.php
@@ -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