View Single Post
Old 06-23-2003, 07:41 AM  
Reak
So Fucking Banned
 
Join Date: Mar 2003
Location: 420Calendar.com
Posts: 17,920
Quote:
Originally posted by kad
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>"
Reak is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote