if ( $params->get( 'page_title', 1 ) && $menu) { $header = $params->def( 'header', $menu->name );} else { $header = '';}.........if ( $header ) { echo '<div class="componentheading'. $params->get( 'pageclass_sfx' ) .'">'. $header .'</div>';}
/*GeOrGe 23.11.2006 00:50Next node added to seperated the control of dynamic title in title tags and dynamic title in the body of the page*/<param name="show_inpage_title" type="radio" default="0" label="AX_MENUINPAGETITLE" description="AX_MENUINPAGETITLE_DESCR"> <option value="0">AX_NO</option> <option value="1">AX_YES</option></param>
/*GeOrGe 23.11.2006 00:50Next two lines added to seperated the control of dynamic title in title tags and dynamic title in the body of the page*/var $AX_MENUINPAGETITLE = 'Εμφάνιση του τίτλου μέσα στη σελίδα';var $AX_MENUINPAGETITLE_DESCR = 'Εάν επιλέξετε <b>Ναι</b> τότε θα εμφανίζεται μέσα στη σελίδα, τίτλος με το όνομα του menu item';και στα αγγλικά
/*GeOrGe 23.11.2006 00:50Next line changed to seperated the control of dynamic title in title tags and dynamic title in the body of the page*/if ( $params->get( 'show_inpage_title', 0 ) && $menu) {//if ( $params->get( 'page_title', 1 ) && $menu) $header = $params->def( 'header', $menu->name );} else { $header = '';}.........if ( $header ) { echo '<div class="componentheading'. $params->get( 'pageclass_sfx' ) .'">'. $header .'</div>';}
Αυτό δεν υπάρχει όταν ο τύπος του menu item είναι "Σύνδεσμος - Αντικείμενο Component". Το menu item της αρχικής σελίδας είναι τέτοιου τύπου. Έχετε δίκιο ότι στα άλλα υπάρχει.