diff options
author | friendica <info@friendica.com> | 2012-07-12 03:50:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-12 03:50:05 -0700 |
commit | 3f7b93ce6542219858014c4d6f075fe9b46a18e2 (patch) | |
tree | 2df86cf1fb2ff82f4484df1fe4990f5ea90ce2fc /view/theme/dispy/wallwall_item.tpl | |
parent | bb6d8e9597b893591854645273b6ee04ee022384 (diff) | |
download | volse-hubzilla-3f7b93ce6542219858014c4d6f075fe9b46a18e2.tar.gz volse-hubzilla-3f7b93ce6542219858014c4d6f075fe9b46a18e2.tar.bz2 volse-hubzilla-3f7b93ce6542219858014c4d6f075fe9b46a18e2.zip |
language detection and sparkle links added to plinks where appropriate
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r-- | view/theme/dispy/wallwall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl index 84da598cd..f5187b710 100644 --- a/view/theme/dispy/wallwall_item.tpl +++ b/view/theme/dispy/wallwall_item.tpl @@ -59,7 +59,7 @@ class="icon recycle wall-item-share-buttons" title="$item.vote.share.0" onclick <li class="wall-item-filer-wrapper"><a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a></li> {{ endif }} {{ if $item.plink }} - <li class="wall-item-links-wrapper"><a href="$item.plink.href" title="$item.plink.title" target="external-link" class="icon remote-link"></a></li> + <li class="wall-item-links-wrapper$item.sparkle"><a href="$item.plink.href" title="$item.plink.title" target="external-link" class="icon remote-link"></a></li> {{ endif }} {{ if $item.edpost }} <li><a class="editpost icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a></li> |