Changeset 5905 for trunk/interface/owner/skin/sidebar/index.php
- Timestamp:
- 05/08/08 15:26:41 (8 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/skin/sidebar/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/skin/sidebar/index.php
r5904 r5905 145 145 146 146 list($view, $authorList) = Skin::cutSkinTag($view, 'author_rep'); 147 dress('author_rep', revertTempTags(getAuthorListView($pd_authorList, $authorList)), $view);147 dress('author_rep', getAuthorListView($pd_authorList, $authorList), $view); 148 148 list($view, $recentEntry) = Skin::cutSkinTag($view, 'rctps_rep'); 149 149 dress('rctps_rep', revertTempTags(getRecentEntriesView($pd_recentEntry, $recentEntry)), $view);
