diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-08-29 16:43:24 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-08-29 16:43:24 +0000 |
| commit | 2c693eb4c7c444cc1e8a022c9929f26d80068d34 (patch) | |
| tree | d87df17337915f2bdaa20f638d8ff1dc57db5364 /templates | |
| parent | e5bb3a4d10c95f5a6bc7d433e7ef1b1a27770d42 (diff) | |
| download | users-2c693eb4c7c444cc1e8a022c9929f26d80068d34.tar.gz users-2c693eb4c7c444cc1e8a022c9929f26d80068d34.tar.bz2 users-2c693eb4c7c444cc1e8a022c9929f26d80068d34.zip | |
show the average rating of a users contributions on the users page
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/center_user_wiki_page.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/center_user_wiki_page.tpl b/templates/center_user_wiki_page.tpl index 3f56a9f..16066aa 100644 --- a/templates/center_user_wiki_page.tpl +++ b/templates/center_user_wiki_page.tpl @@ -31,6 +31,9 @@ <div class="header"> <h1 >{displayname hash=$userInfo nolink=true}</h1> + {if $gBitSystem->isPackageActive('stars') && $gBitSystem->isFeatureActive('stars_user_ratings')} + {include file="bitpackage:stars/user_ratings.tpl"} + {/if} </div> {if $userInfo.last_modified ne $userInfo.last_modified} |
