From bd08028d9186a3bf1c743fbeb98d5571db08bc0f Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 14 Oct 2012 08:59:56 +0000 Subject: improved the way the discover your hardware link in the right column is generated --- h-source/Application/Controllers/BaseController.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Controllers/BaseController.php') diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php index b07d443..4b1246f 100644 --- a/h-source/Application/Controllers/BaseController.php +++ b/h-source/Application/Controllers/BaseController.php @@ -158,6 +158,9 @@ class BaseController extends Controller $mod = new BoxParser($this->getBox(array("top_menu","faq_link"))); $data["topMenuFaqLink"] = $mod->modules[0]->render($this->_topMenuClasses["faq"]); + //link to the "discover your hardware" wiki page + $data['discoverYourHardwareLink'] = $this->getModule(array('right_column','discover_your_hardware')); + $this->append($data); } -- cgit v1.2.3