if($("#sortPages").length > 0){
$("#sortPages").tableDnD({
onDrop:function(table, row){
var newOrder=[];
$("#sortPages tr").each(function(){
if(this.id){
newOrder.push(this.id);
}
});
$.ajax({
type:"POST",
url:"
Fatal error: Call to a member function rootpath() on a non-object in /dossier/initiative3n/www/admin/modules/pages/script.php on line 12