mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-29 23:00:33 +00:00
yiimp: show page header properly (#70)
This commit is contained in:
parent
ea8d62cbdf
commit
56507a540e
1 changed files with 3 additions and 2 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Reference in a new issue