You are here

function theme_activity_page in Activity 5.3

Same name and namespace in other branches
  1. 5.4 activity.module \theme_activity_page()
  2. 5 activity.module \theme_activity_page()
  3. 5.2 activity.module \theme_activity_page()
  4. 6 activity.module \theme_activity_page()

theme function for displaying the users activity page

2 theme calls to theme_activity_page()
activity_page in ./activity.module
buddylistactivity_page in contrib/buddylistactivity/buddylistactivity.module

File

./activity.module, line 708
Activity module: Allow users to see their friends' activity on the site.

Code

function theme_activity_page($activities, $table) {
  return $table;

  //return theme('item_list', $items, NULL, 'ul', array('class' => 'activity-list'));
}