Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
33 | 1 | public function display(array $settings, $edit_mode = false) |
|
34 | { |
||
35 | 1 | $this->ptemplate->assign_vars(array( |
|
36 | 1 | 'CURRENT_PAGE' => build_url(array('style')), |
|
37 | 1 | 'S_STYLE_OPTIONS' => style_select($this->blocks_display->get_style_id(), true), |
|
38 | 1 | )); |
|
39 | |||
40 | return array( |
||
41 | 1 | 'title' => 'STYLE_SWITCHER', |
|
42 | 1 | 'content' => $this->ptemplate->render_view('blitze/sitemaker', 'blocks/style_switcher.html', 'style_switcher_block') |
|
43 | 1 | ); |
|
44 | } |
||
45 | } |
||
46 |