Quote:
Originally Posted by Natch
Can I ask - how to implement it ? I don't see how to actually layout the items for the same output I used to get for your previous hack ...
|
I'm sorry, I don't understand your question?
You mean: How to display the options the same way like the previous hack? Through a template? You can simply edit the html code to suit your needs...
I didn't want to create any templates do to the RC stage.
Also, I think is better to have it hard coded...
Code:
$ms = '<tr align="right">' . "\n";
$ms .= ' <td class="tcat"><div class="smallfont">';
$ms .= 'Page generated in ' . $totaltime . ' seconds (' . $msphp . ' - ' . $mssql . ') with ';
$ms .= $query_count . ' queries</div></td>' . "\n";
$ms .= '</tr>' . "\n";
Code:
$ms .= '<tr align="right">' . "\n";
$ms .= ' <td class="alt1"><div class="smallfont">';
$ms .= $mstemplates . $msdebug . $msgzip . $msserver . '</div></td>' . "\n";
$ms .= '</tr>' . "\n";
Look at the code, is all there...