Changeset 1022 for devel/search

Show
Ignore:
Timestamp:
03/12/07 12:10:28 (1 year ago)
Author:
ben
Message:

All icons are now displayed using the user_icon_html function; all user full names are displayed using the user_name function. This is to allow potential plugins to do things like hide names if required (eg in a school situation), and add bling to the icon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/search/personaltags.php

    r667 r1022  
    2424        templates_page_setup(); 
    2525         
    26         $title = run("profile:display:name", $user_id) . " :: " . __gettext("Tags"); 
     26        $title = user_name($user_id) . " :: " . __gettext("Tags"); 
    2727 
    2828        $body = run("content:tags");