diff options
author | friendica <info@friendica.com> | 2012-07-23 20:49:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 20:49:56 -0700 |
commit | 4b36e41b098ae805d8a25e1c4ce7f38161418eea (patch) | |
tree | 5492b74501172b76e87277319ecdf1a3abf86d8b /view/common_tabs.tpl | |
parent | e18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (diff) | |
download | volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.tar.gz volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.tar.bz2 volse-hubzilla-4b36e41b098ae805d8a25e1c4ce7f38161418eea.zip |
implement page update modes
Diffstat (limited to 'view/common_tabs.tpl')
-rw-r--r-- | view/common_tabs.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/common_tabs.tpl b/view/common_tabs.tpl index 22c33d6b1..f8ceff46a 100644 --- a/view/common_tabs.tpl +++ b/view/common_tabs.tpl @@ -1,5 +1,5 @@ <ul class="tabs"> {{ for $tabs as $tab }} - <li><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li> + <li id="$tab.id"><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li> {{ endfor }} </ul> |