Changeset 387
- Timestamp:
- 06/21/09 14:54:47 (13 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/index.tpl
r370 r387 56 56 {if $profile} 57 57 <table class="kb-subtable" width="99%" border="0"> 58 <tr><td height="100%" align="right" valign="bottom"> {$profile_sql} queries{if $profile_sql_cached} (+{$profile_sql_cached} cached) {/if} SQL time {$sql_time}s, Total time {$profile_time}s</td></tr>58 <tr><td height="100%" align="right" valign="bottom"><!-- profile -->{$profile_sql} queries{if $profile_sql_cached} (+{$profile_sql_cached} cached) {/if} SQL time {$sql_time}s, Total time {$profile_time}s<!-- /profile --></td></tr> 59 59 </table> 60 60 {/if}