aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorGreg Froese <greg.froese@gmail.com>2009-05-20 19:22:07 +0000
committerGreg Froese <greg.froese@gmail.com>2009-05-20 19:22:07 +0000
commit239610b7ca432c90f9082e6359b29cefa8eed9f2 (patch)
tree582d0a237b46195f519128f1d21f895fe6f01fb5 /start.php
parentb5180462ce397d1a6c0c38097f3b2ac4daf04761 (diff)
downloadelgg-239610b7ca432c90f9082e6359b29cefa8eed9f2.tar.gz
elgg-239610b7ca432c90f9082e6359b29cefa8eed9f2.tar.bz2
added highest rated view for group albums
Diffstat (limited to 'start.php')
-rw-r--r--start.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/start.php b/start.php
index 6c22df63b..1881b1d31 100644
--- a/start.php
+++ b/start.php
@@ -257,6 +257,11 @@
if (isset($page[1])) set_input('guid',$page[1]);
include($CONFIG->pluginspath . "tidypics/recentlyviewed.php");
break;
+
+ case "highestrated":
+ if (isset($page[1])) set_input('guid',$page[1]);
+ include($CONFIG->pluginspath . "tidypics/highestrated.php");
+ break;
}
}
else
@@ -343,6 +348,5 @@
register_action("tidypics/edit_multi", false, $CONFIG->pluginspath. "tidypics/actions/edit_multi.php");
register_action("tidypics/download", true, $CONFIG->pluginspath . "tidypics/actions/download.php");
register_action("tidypics/addtag", true, $CONFIG->pluginspath . "tidypics/actions/addtag.php");
- register_action("tidypics/rate", true, $CONFIG->pluginspath . "tidypics/actions/rate.php");
?> \ No newline at end of file