#360 flexslider fix, api php warning fix
This commit is contained in:
parent
560a6963ee
commit
49c78646ba
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
//silence model declaration warning
|
||||
$_ = function () {
|
||||
class api_mojotrollz extends \SYSTEM\API\api_system {
|
||||
public static function call_mojo_action_newserver($address){
|
||||
return \SQL\MOJOTROLLZ_SERVER_INSERT::QI(array($address,$address)) ?
|
||||
@ -56,4 +58,7 @@ class api_mojotrollz extends \SYSTEM\API\api_system {
|
||||
|
||||
public static function call_tbc_action_itemextendedcost($id){
|
||||
return \JsonResult::toString(\SQL\TBC_ITEMEXTENDEDCOST::Q1(array($id),new \SQL\mangos_one_dbc()));}
|
||||
}
|
||||
}
|
||||
};
|
||||
@$_();
|
||||
unset($_);
|
||||
@ -1 +1,5 @@
|
||||
.flex-direction-nav a { display: none; }
|
||||
.flex-direction-nav a { display: none; }
|
||||
.flexslider {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user