From 694534b6233c075b36a530f3105070a3ef654cc8 Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@gmail.com>
Date: Thu, 12 Sep 2013 15:46:57 +1200
Subject: [PATCH] link to browse themes / plugins

---
 plugins/CorePluginsAdmin/templates/extend.twig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/CorePluginsAdmin/templates/extend.twig b/plugins/CorePluginsAdmin/templates/extend.twig
index b2db43f5e7..5f13b6e4e5 100644
--- a/plugins/CorePluginsAdmin/templates/extend.twig
+++ b/plugins/CorePluginsAdmin/templates/extend.twig
@@ -20,10 +20,10 @@
 
         <div style="width:50%;float:left;">
             <h3>Get new functionality</h3>
-            by <a href="#new">installing a new plugin</a>
+            by <a href="{{ linkTo({'action':'browsePlugins'}) }}">installing a new plugin</a>
 
             <p>
-                <a href="#new"><img src="" width="250" height="250"/></a>
+                <a href="{{ linkTo({'action':'browsePlugins'}) }}"><img src="" width="250" height="250"/></a>
             </p>
 
             <p>or <a href="#">write your own plugin</a></p>
@@ -31,10 +31,10 @@
 
         <div style="width:50%;float:left;">
             <h3>Enjoy another look & feel</h3>
-            by <a href="#new">installing a new theme</a>
+            by <a href="{{ linkTo({'action':'browseThemes'}) }}">installing a new theme</a>
 
             <p>
-                <a href="#new"><img src="" width="250" height="250"/></a>
+                <a href="{{ linkTo({'action':'browseThemes'}) }}"><img src="" width="250" height="250"/></a>
             </p>
 
             <p>or <a href="#">design your own theme</a></p>
-- 
GitLab