Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Carlos Falo Hervás  >  DHTML TreeMenu  >  test.php  >  Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Test script
Class: DHTML TreeMenu
Crossbrowser dhtml TreeMenu based on XML data
Author: By
Last change:
Date: 2003-02-25 10:09
Size: 435 bytes
 

Contents

Class file image Download
<?PHP
    
require ("TreeMenu.class.php") ;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <title>Testing the TreeMenu</title>
    <style type="text/css">
    .menutxt { 
      font-family: Arial ;
        font-size: 0.7 em ;
        color: #000000 ;
        text-decoration: none ;
        }
    </style>
<?PHP // Generate the menu...
    
$menu->Generate() ;
?>
</head>
<body>
<? $menu->PrintMenu() ; ?>
</body>
</html>