I've installed CGSimpleSmarty which permits me to get the parent's alias. So it's quite what I needed.
But I was wandering, is there a quick smarty syntax to get the parent_id of a child-page

Something like (not working) :
Code: Select all
global $gCms;
$thispage = "";
$thispage = $gCms->variables['parent_id'];
echo "<p>Parent ID : ".$thispage."</p>";