fix main title

This commit is contained in:
Tanguy Pruvot 2015-07-24 07:25:51 +02:00
parent b4a33a2871
commit b1581bdec5

View file

@ -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');