Browse Source

web - reduce index background opacity

master
kanoi 10 years ago
parent
commit
08f18a4880
  1. BIN
      html/BTC20.png
  2. 2
      pool/page.php

BIN
html/BTC20.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

2
pool/page.php

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

Loading…
Cancel
Save