diff options
| author | Christian Fowler <spider@viovio.com> | 2009-04-28 19:18:15 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-04-28 19:18:15 +0000 |
| commit | 8224489973c2819b67a620eba8736eb65dc41c5f (patch) | |
| tree | 31f22baf4a3f573886b65b651221f9ea6b662ec3 | |
| parent | 196794cc220608f25ea07353c9da3b39bdeae565 (diff) | |
| download | liberty-8224489973c2819b67a620eba8736eb65dc41c5f.tar.gz liberty-8224489973c2819b67a620eba8736eb65dc41c5f.tar.bz2 liberty-8224489973c2819b67a620eba8736eb65dc41c5f.zip | |
add display for User if user_id is set
| -rw-r--r-- | templates/list_content.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl index 9842e48..8f362da 100644 --- a/templates/list_content.tpl +++ b/templates/list_content.tpl @@ -10,6 +10,9 @@ {/foreach} {tr}Listing{/tr} </h1> + {if $smarty.request.user_id} + {tr}User{/tr}: {displayname user_id=$smarty.request.user_id} + {/if} </div> <div class="body"> |
