diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-06 08:28:21 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-06 08:28:21 +0100 |
commit | eaaf030c182bd6f9c829a26bdc76c33a83d8c098 (patch) | |
tree | 14d3ddc70daf4bfe85ba116cfebb82a562c83158 /view/theme/testbubble/nav.tpl | |
parent | b64b1d13a43659af3f479bf29b6ac9b9b3f009ee (diff) | |
parent | 321b6516352d25fa64a987fb2efeb0502a24623e (diff) | |
download | volse-hubzilla-eaaf030c182bd6f9c829a26bdc76c33a83d8c098.tar.gz volse-hubzilla-eaaf030c182bd6f9c829a26bdc76c33a83d8c098.tar.bz2 volse-hubzilla-eaaf030c182bd6f9c829a26bdc76c33a83d8c098.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'view/theme/testbubble/nav.tpl')
-rwxr-xr-x | view/theme/testbubble/nav.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index e515b547c..43cc7bca0 100755 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -58,6 +58,9 @@ </div> </nav> + <ul id="nav-notifications-template" style="display:none;" rel="template"> - <li><a href="{0}">{2} <span class="notif-when">{3}</span></a></li> + <li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li> </ul> + + |