Changeset 83
- Timestamp:
- 01/08/06 01:00:00 (3 years ago)
- Files:
-
- devel/_rss/popular.php (added)
- devel/units/magpie/function_subscriptions_popular.php (added)
- devel/units/magpie/main.php (modified) (1 diff)
- devel/units/magpie/menu_sub.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/magpie/main.php
r45 r83 19 19 // Load variable containing all subscriptions for a user 20 20 $function['rss:subscriptions:get'][] = path . "units/magpie/function_get_subscriptions.php"; 21 // Display the most popular subscriptions 22 $function['rss:subscriptions:popular'][] = path . "units/magpie/function_subscriptions_popular.php"; 21 23 // Update a feed by ID 22 24 $function['rss:update'][] = path . "units/magpie/function_update.php"; devel/units/magpie/menu_sub.php
r45 r83 27 27 } 28 28 29 $run_result .= run("templates:draw", array(29 $run_result .= run("templates:draw", array( 30 30 'context' => 'submenuitem', 31 31 'name' => gettext("View all feeds"), … … 33 33 ) 34 34 ); 35 36 /* $run_result .= run("templates:draw", array( 35 36 $run_result .= run("templates:draw", array( 37 'context' => 'submenuitem', 38 'name' => gettext("Popular feeds"), 39 'location' => url . "_rss/popular.php" 40 ) 41 ); 42 43 /* $run_result .= run("templates:draw", array( 37 44 'context' => 'submenuitem', 38 45 'name' => gettext("Page help"),
