Revision 66a06bffa84e2107fa4912849c66a64de9bc53ca authored by LuisGC on 02 July 2017, 08:12:50 UTC, committed by LuisGC on 02 July 2017, 08:12:50 UTC
1 parent e092491
Raw File
prev-next.ftl
<ul class="actions pagination">
    <#if (config.index_paginate?boolean && numberOfPages > 1) >
	    	
	        <li><a href="${content.rootpath}${previousFileName!'#'}" 
	                class="<#if (previousFileName?? == false) >disabled </#if> button big previous">PREVIOUS</a></li>
	   
	    	<li><span
	                class="button big"> ${currentPageNumber} of ${numberOfPages} </span></li>
	                
	        <li><a href="${content.rootpath}${nextFileName!'#'}" 
	                class="<#if (nextFileName?? == false) >disabled </#if> button big next">NEXT</a></li>
    </#if>
	
</ul>
back to top