yiimp: show page header properly (#70)

This commit is contained in:
crackfoo 2017-01-19 12:36:39 -04:00 committed by Tanguy Pruvot
parent ea8d62cbdf
commit 56507a540e

View file

@ -11,10 +11,11 @@
<meta name="description" content="yiimp mining pool for bitcoin and altcoin with auto profit switch and auto exchange"> <meta name="description" content="yiimp mining pool for bitcoin and altcoin with auto profit switch and auto exchange">
<meta name="keywords" content="yiimp,anonymous,mining,pool,maxcoin,bitcoin,altcoin,auto,switch,exchange,profit"> <meta name="keywords" content="yiimp,anonymous,mining,pool,maxcoin,bitcoin,altcoin,auto,switch,exchange,profit">
<title>YiiMP</title>
<?php <?php
$pageTitle = empty($this->pageTitle) ? YAAMP_SITE_NAME : YAAMP_SITE_NAME." - ".$this->pageTitle;
echo '<title>'.$pageTitle.'</title>';
echo CHtml::cssFile("/extensions/jquery/themes/ui-lightness/jquery-ui.css"); 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/main.css');
echo CHtml::cssFile('/yaamp/ui/css/table.css'); echo CHtml::cssFile('/yaamp/ui/css/table.css');