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/quattro | |
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/quattro')
-rw-r--r-- | view/theme/quattro/wall_item.tpl | 4 | ||||
-rw-r--r-- | view/theme/quattro/wallwall_item.tpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/quattro/wall_item.tpl b/view/theme/quattro/wall_item.tpl index e771db068..2b12ce632 100644 --- a/view/theme/quattro/wall_item.tpl +++ b/view/theme/quattro/wall_item.tpl @@ -23,7 +23,7 @@ <div class="wall-item-location">$item.location</div> </div> <div class="wall-item-content"> - {{ if $item.title }}<h2><a href="$item.plink.href">$item.title</a></h2>{{ endif }} + {{ if $item.title }}<h2><a href="$item.plink.href" class="$item.sparkle">$item.title</a></h2>{{ endif }} $item.body </div> </div> @@ -38,7 +38,7 @@ </div> <div class="wall-item-bottom"> <div class=""> - {{ if $item.plink }}<a class="icon s16 link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }} + {{ if $item.plink }}<a class="icon s16 link$item.sparkle" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }} </div> <div class="wall-item-actions"> <div class="wall-item-actions-author"> diff --git a/view/theme/quattro/wallwall_item.tpl b/view/theme/quattro/wallwall_item.tpl index 693ebaba6..a1d92773b 100644 --- a/view/theme/quattro/wallwall_item.tpl +++ b/view/theme/quattro/wallwall_item.tpl @@ -27,7 +27,7 @@ <div class="wall-item-location">$item.location</div> </div> <div class="wall-item-content"> - {{ if $item.title }}<h2><a href="$item.plink.href">$item.title</a></h2>{{ endif }} + {{ if $item.title }}<h2><a href="$item.plink.href" class="$item.sparkle">$item.title</a></h2>{{ endif }} $item.body </div> </div> @@ -42,7 +42,7 @@ </div> <div class="wall-item-bottom"> <div class="wall-item-links"> - {{ if $item.plink }}<a class="icon s16 link" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }} + {{ if $item.plink }}<a class="icon s16 link$item.sparkle" title="$item.plink.title" href="$item.plink.href">$item.plink.title</a>{{ endif }} </div> <div class="wall-item-actions"> <div class="wall-item-actions-author"> |