Merge branch 'master' of mojotrollz.eu:wow-server/mojo_zero_web into pagestate

This commit is contained in:
Ulf Gebhardt 2015-01-03 18:11:33 +01:00
commit e68f606e2a
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?php
namespace DBD;
class GET_TAG_CATEGORIES extends \SYSTEM\DB\QQ {
protected static function query(){
return new \SYSTEM\DB\QQuery(get_class(),
//pg
'',
//mys
'SELECT * FROM mojotrollz_topics ORDER BY timestamp DESC;'
);}}

View File

@ -131,7 +131,14 @@ a:hover{
text-decoration: none;
}
.btn_blue:hover, .btn_blue:active{
.btn_blue:hover{
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_red.png) no-repeat;
width: 260px;
background-size: cover;
text-decoration: none;
color: gold;
}
.btn_blue:active{
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_red.png) no-repeat;
width: 260px;
background-size: cover;