Changeset 239 for Dev/branches/Cartis/dashboardGraphSelection.php
- Timestamp:
- 01/18/12 16:59:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/dashboardGraphSelection.php
r227 r239 26 26 <script src="RGraph/libraries/RGraph.bar.js" ></script> 27 27 <script src="RGraph/libraries/RGraph.pie.js" ></script> 28 28 29 29 30 <script> … … 89 90 <body> 90 91 <div id="header"> 91 <?php new Logo(); ?>92 92 93 </div> 94 95 96 <div 97 <div id="breadcrumbs"> 98 <?php 99 $pagetitle = "Dashboard Graph Selection"; 100 include("breadcrumbs.php"); 101 ?> 102 </div> 103 93 104 94 105 <div id="content">
Note: See TracChangeset
for help on using the changeset viewer.