You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
337 B
PHTML
13 lines
337 B
PHTML
@php
|
|
use NN\Module\View;
|
|
use NN\Module\DB;
|
|
@endphp
|
|
@include("temp.plugins.tool.selectnull")
|
|
@include("temp.plugins.tool.terbilang")
|
|
@include("temp.plugins.tool.times")
|
|
@include("temp.plugins.tool.viewrp")
|
|
<noscript id="bb">{!! json_encode(DB::query_result_object("
|
|
SELECT * FROM setbb
|
|
")) !!}</noscript>
|
|
{!! View::sc('tools.js') !!}
|