Changeset 3013
- Timestamp:
- 07/09/2008 06:45:13 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/views/kohana_profiler.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/views/kohana_profiler.php
r2686 r3013 15 15 font: inherit; 16 16 } 17 #kohana-profiler .kp-meta 18 { 19 margin: 0 0 10px; 20 padding: 4px; 21 background: #FFF; 22 border: 1px solid #E5EFF8; 23 color: #A6B0B8; 24 text-align: center; 25 } 17 26 <?php echo $styles ?> 18 27 </style> … … 24 33 } 25 34 ?> 26 Profiler executed in <?php echo number_format($execution_time, 3) ?>s 35 <p class="kp-meta">Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p> 27 36 </div>
