From e4a14847b73f37c8e049f2741e347f7113ceb8f4 Mon Sep 17 00:00:00 2001
From: Thijs van den Anker <thijs@capitalv.nl>
Date: Tue, 10 Sep 2013 09:09:00 +0200
Subject: [PATCH] changed the theme example to use an array of variables

---
 help/using-advanced-help.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/help/using-advanced-help.html b/help/using-advanced-help.html
index ad85eb6..53a28d8 100644
--- a/help/using-advanced-help.html
+++ b/help/using-advanced-help.html
@@ -24,7 +24,7 @@ All topics are addressed by the module providing the topic, and by the topic
 id. To embed links, use the following format:
 </p>
 <code>
-$output .= theme('advanced_help_topic', $module, $topic);
+$output .= theme('advanced_help_topic', array('module' => $module, 'topic' => $topic));
 </code>
 
 <p>Inside your help file, link to other topics using the format <strong>&lt;a href="&amp;topic:module/topic&amp;"&gt;</strong>. This
-- 
1.8.4

