Conditions | 1 |
Paths | 1 |
Total Lines | 17 |
Code Lines | 11 |
Lines | 17 |
Ratio | 100 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
8 | public function makePage() { |
||
9 | jBlock(); |
||
10 | ?> |
||
11 | <div class="row" style="margin-top:70px;"> |
||
12 | <div class="col-lg-12"> |
||
13 | <div class="well well-sm"> |
||
14 | Item from url!<br> |
||
15 | <?php |
||
16 | arrayDump($this->parameters["page"], "PARAMETERS"); |
||
17 | ?> |
||
18 | </div> |
||
19 | </div> |
||
20 | </div> |
||
21 | <?php |
||
22 | $temp = jBlockClose(); |
||
23 | return $temp; |
||
24 | } |
||
25 | } |
||
27 |