Monday 27 December 2010 2:12:34 am
Hi David, it's pretty straightforward, google.tpl needs 4 parameters to make it work out of the box. Here's an example:
Parameters are as follows:
page_uri - the url of the page where you would like the navigator to be shown. For nodes, it's $node.url_alias for example
item_count - total count of the items you with to page through
view_parameters - used to pass any existing view parameters you might have item_limit - how much items is displayed per page
{include uri='design:navigator/google.tpl'
page_uri=$node.url_alias
item_count=$count
view_parameters=$view_parameters
item_limit=$limit}
eZ Publish certified developer
http://ez.no/certification/verify/350658
|