From 9967ab4fdb3d6e358d44f063d2000ebf8b71b95a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 13 Feb 2008 13:14:47 +0000 Subject: fixed a typo in url_helper example, added 1.6.2 to changelog --- user_guide/helpers/url_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers/url_helper.html') diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index fe509d08a..a96367e8f 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -152,7 +152,7 @@ $atts = array(
              'screeny'    => '0'
            );

-echo anchor_popup(news/local/123, 'Click Me!', $atts); +echo anchor_popup('news/local/123', 'Click Me!', $atts);

Note: The above attributes are the function defaults so you only need to set the ones that are different from what you need. If you want the function to use all of its defaults simply pass an empty array in the third parameter:

-- cgit v1.2.3-24-g4f1b