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/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/wallwall_item.tpl')
-rw-r--r-- | view/wallwall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index a48acfec5..b7cca3fab 100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -52,7 +52,7 @@ </div> {{ endif }} {{ if $item.plink }} - <div class="wall-item-links-wrapper"><a href="$item.plink.href" title="$item.plink.title" target="external-link" class="icon remote-link"></a></div> + <div class="wall-item-links-wrapper"><a href="$item.plink.href" title="$item.plink.title" target="external-link" class="icon remote-link$item.sparkle"></a></div> {{ endif }} {{ if $item.edpost }} <a class="editpost icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a> |