{* A generic pager for thelia back-office Parameters : $loop_ref: the name of the related loop $max_page_count : maximum number of pages to display $page_url : the URL of the page. The parameter page=x is appended to this URL. *} {* Prepare the URL so that the page=x parameter coumd be safely appended *} {if strpos($page_url, '?')} {$page_url="$page_url&"} {else} {$page_url="$page_url?"} {/if} {if !isset($page_param_name)} {assign var="page_param_name" value="page"} {/if}