Changeset 1604 for branches/multiuser/author.php
- Timestamp:
- 10/16/06 06:31:35 (2 years ago)
- Files:
-
- 1 modified
-
branches/multiuser/author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/multiuser/author.php
r1464 r1604 39 39 } 40 40 41 $t = ucfirst( LBL_ITEMS) . " " . LBL_BY. " " . $ra;41 $t = ucfirst(__('items')) . " " . __(' by ') . " " . $ra; 42 42 $GLOBALS['rss']->header = new Header($t); 43 43 $GLOBALS['rss']->feedList = new FeedList(false);
