it is possible. you must edit templates/container.tpl in block BODY after $sMenu4 put $aData[sName] and $aData[sDescriptionShort]
Grafic
2008-11-03 14:06
A have try it, but it shows Short description text only from last page in menu not from actual page.
http://quickcms.wz.cz/
/ and by list in Short description text is created |n| / <ul> <li>Petzl</li> <li>Petzl</li> <li>Petzl</li> <li>Petzl</li> <li>Petzl</li> <li>Petzl</li> </ul>
Grafic - ok i understand. then go to actions_client/p.php and add this: $sPageName = $aData['sName']; $sPageDescShort = $aData['sDescriptionShort']; before this: $aData['sPagesTree'] = $oPage->throwPagesTree( $iContent );
After change this: <div id="column"> $sMenu3 $sMenu4 $aData[sName] $aData[sDescriptionShort] </div>