diff options
Diffstat (limited to 'main/templates/main_sidebar.html.j2')
| -rw-r--r-- | main/templates/main_sidebar.html.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 index 7ad99b1..cd4b6ec 100644 --- a/main/templates/main_sidebar.html.j2 +++ b/main/templates/main_sidebar.html.j2 @@ -2,6 +2,10 @@ <img src="/assets/image/sidebar/missing_texture.png" /> <span>Home</span> </a> +<a href="/webmaster.html" class="icon-text"> + <img src="/assets/image/sidebar/missing_texture.png" /> + <span>Webmaster</span> +</a> <a href="/neighbors.html" class="icon-text"> <img src="/assets/image/sidebar/missing_texture.png" /> <span>Neighborhood</span> |
