Merge branch 'master' of mojotrollz.eu:wow-server/mojo_zero_web into pagestate
This commit is contained in:
commit
e68f606e2a
11
mojotrollz/dbd/qq/GET_TAG_CATEGORIES.php
Normal file
11
mojotrollz/dbd/qq/GET_TAG_CATEGORIES.php
Normal 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;'
|
||||
);}}
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user