To test
-------
[1] In the browser client, navigate to Local Administration -> Statistical
Popularity Badges
[2] Note that the web browser's tab header doesn't display a title for the
page, just the URL.
[3] Apply the patch and reload the page. This time, a page title should
be dispayed in the browser's tab header.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
[%
WRAPPER 'staff/base.tt2';
- ctx.page_type = l('Statistical Popularity Badges');
+ ctx.page_title = l('Statistical Popularity Badges');
ctx.page_app = 'egAdminRating';
ctx.page_ctrl = 'Badges';
%]