Ejemplo n.º 1
0
</div>
';
        break;
    case 'basic':
        $output .= '
</td></tr>
<tr><td style="height: 1px;">
';
}
$output .= '
<div id="footer" class="clear" style="text-align:center; padding:10px">
  <!-- Paste advert code here -->

  <!-- ====================== -->
  <p style="margin-bottom: 10px; font-size: large; color: #FFFFFF;">&nbsp;' . '<a href="http://dev.bukkit.org/server-mods/webauctionplus/" ' . 'target="_blank" style="color: #FFFFFF;"><u>WebAuctionPlus</u> ' . SettingsClass::getString('Version') . '</a>&nbsp;<br />' . '<span style="font-size: medium;">&nbsp;Based on the original WebAuction&nbsp;</span></p>
  <p style="margin-bottom: 10px; font-size: smaller; color: #FFFFFF;">' . '<b>&nbsp;Rendered page in ' . GetRenderTime() . ' Seconds with ' . (int) @$num_queries . ' Queries&nbsp;</b></p>
  <p style="font-size: smaller; color: #FFFFFF;">' . '
</div>
';
switch ($html->getPageFrame()) {
    case 'basic':
        $output .= '
</td></tr>
</table>
';
}
$output .= '
</body>
</html>
';
return $output;
Ejemplo n.º 2
0
        $output .= '
</div>
';
        break;
    case 'basic':
        $output .= '
</td></tr>
<tr><td style="height: 1px;">
';
}
$output .= '
<div id="footer" class="clear" style="text-align:center; padding:10px">
  <!-- Paste advert code here -->

  <!-- ====================== -->
  <p style="margin-bottom: 10px; font-size: large; color: #FFFFFF;">&nbsp;' . '<a href="http://website.rhythmpvp.com" ' . 'target="_blank" style="color: #FFFFFF;"><u>RhythmMarket</u> ' . SettingsClass::getString('Version') . '</a> By pablo67340 & lorenzop&nbsp;<br />' . '<b>&nbsp;Rendered page in ' . GetRenderTime() . ' Seconds with ' . (int) @$num_queries . ' Queries&nbsp;</b></p>
  <p style="font-size: smaller; color: #FFFFFF;">' . '
</div>
';
switch ($html->getPageFrame()) {
    case 'basic':
        $output .= '
</td></tr>
</table>
';
}
$output .= '
</body>
</html>
';
return $output;