Add a Reports link in the menu
This commit is contained in:
parent
44896b8b3c
commit
1b58086f2f
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
<ul>
|
||||
<li><a href="{$root}/about/">About the Foundation</a></li>
|
||||
<li><a href="http://blogs.gnome.org/foundation/">Blog</a></li>
|
||||
<li><a href="{$root}/reports/">Reports</a></li>
|
||||
<li><a href="{$root}/membership/">Membership</a></li>
|
||||
<li><a href="{$root}/elections/">Elections</a></li>
|
||||
<li><a href="{$root}/referenda/">Referenda</a></li>
|
||||
|
|
|
@ -12,6 +12,7 @@ cat <<-FOOT
|
|||
<ul>
|
||||
<li><a href="$ROOT/about/">About the Foundation</a></li>
|
||||
<li><a href="http://blogs.gnome.org/foundation/">Blog</a></li>
|
||||
<li><a href="$ROOT/reports/">Reports</a></li>
|
||||
<li><a href="$ROOT/membership/">Membership</a></li>
|
||||
<li><a href="$ROOT/elections/">Elections</a></li>
|
||||
<li><a href="$ROOT/referenda/">Referenda</a></li>
|
||||
|
|
Loading…
Reference in a new issue