sh0em0nkey 2007-05-27 06:15 | Above the menu, I want to pull the menu name from the general.php config file. This worked successfully.
Underneath each link in the menu, I want the short description of the page being linked too.
I've tried the following method, can't get any output for the short description.
<!-- BEGIN LIST_HEAD --> <dl id="menu"><div class="header_text">$aMenuTypes[2]</div> <!-- END LIST_HEAD -->
<!-- BEGIN LIST_0 --> <dt class="menu" $aList[sSelected]><a href="?p=p_$aList[iPage]&sName=$aList[sNameUrl]">$aList[sName]</a><b r> $aList[sDescriptionShort] </dt> <!-- END LIST_0 -->
<!-- BEGIN SELECTED -->id="selected"<!-- END SELECTED -->
<!-- BEGIN LIST_FOOT --></dl><!-- END LIST_FOOT -->
» Quick.Cms v1.x |
sh0em0nkey 2007-05-28 03:30 | So looking at the code, throwMenu doesn't have anything to generate the short description that can be found in listSubpages.
Trying to play with it, can't seem to get anything to work.
Any help would be much appreciated. |
merci 2007-05-28 11:14 | sh0em0nkey - maybe give some screens to see what you exactly mean, I'm not sure if I understand you... |