This commit is contained in:
Tobi 2014-12-31 21:35:57 +01:00
parent 0c308a5d64
commit 31b6edd5c0
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;