aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/profile_advanced.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/profile_advanced.tpl')
-rw-r--r--view/tpl/smarty3/profile_advanced.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/smarty3/profile_advanced.tpl b/view/tpl/smarty3/profile_advanced.tpl
index 812132f0c..39bbada0d 100644
--- a/view/tpl/smarty3/profile_advanced.tpl
+++ b/view/tpl/smarty3/profile_advanced.tpl
@@ -40,10 +40,10 @@
</dl>
{{/if}}
-{{if $profile.pub_keywords}}
+{{if $profile.keywords}}
<dl id="aprofile-tags" class="aprofile">
- <dt>{{$profile.pub_keywords.0}}</dt>
- <dd>{{$profile.pub_keywords.1}}</dd>
+ <dt>{{$profile.keywords.0}}</dt>
+ <dd>{{$profile.keywords.1}}</dd>
</dl>
{{/if}}