This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
add tooltip title to common_tabs
pull/275/head
friendica
9 years ago
parent
e356920e14
commit
3bb06cc3e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
view/common_tabs.tpl
+ 1
- 1
view/common_tabs.tpl
View File
@ -1,5 +1,5 @@
<ul class="tabs">
{
{
for
$tabs
as
$tab
}
}
<li><a href="$tab.url" class="tab button $tab.sel">$tab.label</a></li>
<li><a href="$tab.url" class="tab button $tab.sel"
{
{
if
$tab.title
}
}
title="$tab.title"
{
{
endif
}
}
>$tab.label</a></li>
{
{
endfor
}
}
</ul>
Write
Preview
Loading…
Cancel
Save