mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-21 02:19:47 +00:00
fix main title
This commit is contained in:
parent
b4a33a2871
commit
b1581bdec5
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ echo <<<END
|
|||
<meta name="description" content="yet another anonymous mining pool for bitcoin and altcoin with auto profit switch and auto exchange">
|
||||
<meta name="keywords" content="anonymous,mining,pool,maxcoin,bitcoin,altcoin,auto,switch,exchange,profit,scrypt,x11,x13,x14,x15,lyra2,lyra2re,neoscrypt,sha256,quark">
|
||||
|
||||
<title><?= YAAMP_SITE_NAME ?></title>
|
||||
|
||||
END;
|
||||
|
||||
echo '<title>'.YAAMP_SITE_NAME.'</title>';
|
||||
|
||||
echo CHtml::cssFile("/extensions/jquery/themes/ui-lightness/jquery-ui.css");
|
||||
echo CHtml::cssFile('/yaamp/ui/css/main.css');
|
||||
echo CHtml::cssFile('/yaamp/ui/css/table.css');
|
||||
|
|
Loading…
Add table
Reference in a new issue