View Single Post
Old 06-23-2003, 07:35 AM  
kad
Confirmed User
 
Join Date: Feb 2003
Location: Brisbane, Australia
Posts: 735
PHP Code:
$childArr $wAdmin->getChildren($node);

if (
count($childArr)) {

  foreach (
$childArr as $type => $arr) {
    echo 
"<div style=\"font-family: verdana; font-size: 11px; float: left; padding: 5px; margin: 5px; border: 1px dashed black; text-align: left;\"><b>" $wAdmin->nodeTypes[$type]['desc'] . "</b><br>";
    foreach (
$arr as $id) {
      echo 
$wAdmin->displayNodeInfo($id);
    }
    echo 
"</div>";
  }
}
echo 
"</div>"
__________________
lol internet.
kad is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote