diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-03-22 19:07:43 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-03-22 19:07:43 +0000 |
| commit | 8e2eafc067830d758b8fd1b40cd7bef54fd2d196 (patch) | |
| tree | 70d1b72c9bf7dbe30a03e7c6543aaef5d29160a3 /templates | |
| parent | 00fd0e45ba01b5fd153897d66fcaefe7571ccad8 (diff) | |
| download | users-8e2eafc067830d758b8fd1b40cd7bef54fd2d196.tar.gz users-8e2eafc067830d758b8fd1b40cd7bef54fd2d196.tar.bz2 users-8e2eafc067830d758b8fd1b40cd7bef54fd2d196.zip | |
add content list to user display
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/center_user_wiki_page.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/center_user_wiki_page.tpl b/templates/center_user_wiki_page.tpl index 38bcf7c..bd42b8c 100644 --- a/templates/center_user_wiki_page.tpl +++ b/templates/center_user_wiki_page.tpl @@ -85,6 +85,14 @@ {include file="bitpackage:users/user_information_inc.tpl" userData=$gQueryUser} {/jstab} + + {if $display_content_list} + {jstab title="Content List"} + {include file="bitpackage:liberty/list_content_inc.tpl"} + {/jstab} + {/if} + + {/jstabs} {/if} </div><!-- end .body --> |
