Browse Source

php - add a BTC image to the index - edited down

master
kanoi 10 years ago
parent
commit
444109dc7b
  1. BIN
      html/BTC.png
  2. 2
      pool/page.php

BIN
html/BTC.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

2
pool/page.php

@ -384,6 +384,8 @@ function pgmenu($menus)
function pgbody($page, $menu, $dotop, $user, $douser) function pgbody($page, $menu, $dotop, $user, $douser)
{ {
$body = '<body onload="jst()"'; $body = '<body onload="jst()"';
if ($page == 'index')
$body .= ' background=/BTC.png';
$body .= '><div class=page>'; $body .= '><div class=page>';
$body .= '<table border=0 cellpadding=0 cellspacing=0 width=100%>'; $body .= '<table border=0 cellpadding=0 cellspacing=0 width=100%>';

Loading…
Cancel
Save