You are here

function community_tags_mypage in Community Tags 6.2

Same name and namespace in other branches
  1. 5 community_tags.module \community_tags_mypage()
  2. 6 community_tags.pages.inc \community_tags_mypage()
  3. 7 community_tags.pages.inc \community_tags_mypage()

Menu callback:

Related topics

File

./community_tags.pages.inc, line 162
community_tags.pages.inc

Code

function community_tags_mypage($uid = NULL) {
  $uid = isset($uid) ? $uid : $GLOBALS['uid'];
  _community_tags_get_tag_result('user', 100, $uid);
}