hobo

Topic: Not a bug, typo

Read second to last sentence on widgets page.

Last edited by hobo (2010-09-29 22:47:09)

Mario

Re: Not a bug, typo

2nd to last? that's much to read. Please where's the typo exactly

hobo

Re: Not a bug, typo

In your template folder open widgets.tpl change line 49 to:

Code:
<li>There is a live demo script using the api code. <a href="{$BASE_URL}api/test.php">Test it now</a>. You can view its source in browser to check its implementation. You can edit it live to test it before implementing the code live elsewhere.</li>

Just missing one "e" in implementation.

Also on line 10 and line 31: "retrive" should be replaced with "retrieve".

Last edited by hobo (2010-10-06 22:16:28)

Mario

Re: Not a bug, typo

Thanks!