minimal
This commit is contained in:
parent
0c308a5d64
commit
31b6edd5c0
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;
|
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;
|
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_red.png) no-repeat;
|
||||||
width: 260px;
|
width: 260px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user