phpDocumentor tab
[ class tree: tab ] [ index: tab ] [ all elements ]

Source for file menutab.php

Documentation is available at menutab.php

  1. <?
  2. /**
  3. * The Menu Tab definitions for this site
  4. * This file defines text and link for the Tab Menu
  5. *
  6. * @package tab
  7. * @filesource
  8. * @see PROJECT_PATH/menutab.php
  9. * @copyright (c) http://Finn-Rasmussen.com
  10. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  11. * @author http://Finn-Rasmussen.com
  12. * @version 1.9
  13. * @since 21-oct-2005
  14. */
  15.  
  16. /**
  17. * $href Where to go
  18. */
  19. $href = $_SERVER['PHP_SELF'].'?'.REQUEST_TAB;
  20.  
  21. /**
  22. * $tabmenuLinks The array of menu links
  23. */
  24. $tabmenuLinks =
  25. array(
  26. array('text'=>'A','href'=>$href.'=0' ,'title'=>'0'),
  27. array('text'=>'B','href'=>$href.'=1' ,'title'=>'1'),
  28. array('text'=>'C','href'=>$href.'=2' ,'title'=>'2'),
  29. array('text'=>'D','href'=>$href.'=3' ,'title'=>'3'),
  30. array('text'=>'E','href'=>$href.'=4' ,'title'=>'4'),
  31. array('text'=>'F','href'=>$href.'=5' ,'title'=>'5'),
  32. array('text'=>'G','href'=>$href.'=6' ,'title'=>'6'),
  33. array('text'=>'H','href'=>$href.'=7' ,'title'=>'7'),
  34. array('text'=>'I','href'=>$href.'=8' ,'title'=>'8'),
  35. array('text'=>'J','href'=>$href.'=9' ,'title'=>'9'),
  36. array('text'=>'K','href'=>$href.'=10','title'=>'10'),
  37. array('text'=>'L','href'=>$href.'=11','title'=>'11'),
  38. array('text'=>'M','href'=>$href.'=12','title'=>'12'),
  39. array('text'=>'N','href'=>$href.'=13','title'=>'13'),
  40. array('text'=>'O','href'=>$href.'=14','title'=>'14'),
  41. array('text'=>'P','href'=>$href.'=15','title'=>'15'),
  42. array('text'=>'Q','href'=>$href.'=16','title'=>'16'),
  43. array('text'=>'R','href'=>$href.'=17','title'=>'17'),
  44. array('text'=>'S','href'=>$href.'=18','title'=>'18'),
  45. array('text'=>'T','href'=>$href.'=19','title'=>'19'),
  46. array('text'=>'U','href'=>$href.'=20','title'=>'20'),
  47. array('text'=>'V','href'=>$href.'=21','title'=>'21'),
  48. array('text'=>'W','href'=>$href.'=22','title'=>'22'),
  49. array('text'=>'X','href'=>$href.'=23','title'=>'23'),
  50. array('text'=>'Y','href'=>$href.'=24','title'=>'24'),
  51. array('text'=>'Z','href'=>$href.'=25','title'=>'25'),
  52.  
  53. array('text'=>'Æ','href'=>$href.'=26','title'=>'26'),
  54. array('text'=>'Ø','href'=>$href.'=27','title'=>'27'),
  55. array('text'=>'Å','href'=>$href.'=28','title'=>'28'),
  56. );
  57. ?>

Documentation generated on Thu, 22 Dec 2005 17:13:39 +0100 by phpDocumentor 1.3.0RC3