{combine_css path=$USER_COLLEC_PATH|cat:'template/style_collections.css'} {footer_script require='jquery'} jQuery('.new_col').click(function() { var name = prompt('{'Collection name:'|translate|escape:javascript}'); if (name != null) { jQuery(this).attr('href', jQuery(this).attr('href') +'&name='+ name); return true; } else { return false; } }); jQuery('.titrePage h2').append(' [{$COLLECTIONS_COUNT}]'); {/footer_script}

{'Create a new collection'|translate}

{if empty($CATEGORIES)} {'You have no collection'|translate} {/if}