diff --git a/plugins/CorePluginsAdmin/templates/extend.twig b/plugins/CorePluginsAdmin/templates/extend.twig index b2db43f5e776189988353837a78ff2d2686045a7..5f13b6e4e5cba7482ee33cb14b7e4120fa92084c 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>