This is a good idea.
Could anybody tell me, how to get the URL of the current page easily?
I am using SM2/CRUMB in order to get it, but I think there should be a more easy way to get it?
Any hints welcome.
Regards,
Stefek
<?php
//create VARiable for current page url
ob_start();
show_menu2(0,SM2_CURR,SM2_CURR, SM2_CRUMB, '[url]', '', '', '', '', false, false) ;
$PAGE_LINK = ob_get_contents();
ob_end_clean();