ug_admin_page_title

one of the documented procedures in this installation of the ACS
Usage:
ug_admin_page_title   page_title   db   group_id   group_name
What it does:
formats the page title for the user groups admin pages.
Defined in: /web/philip/tcl/user-group-defs.tcl

Source code:


    return "
    <font size=5><b>$group_name</b></font>
    [ad_space 2] 
    <font size=4>$page_title</font>
    <br><br>
    "


philg@mit.edu