Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
16
views/main/mobile/main.php
Normal file
16
views/main/mobile/main.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
if (element('board_list', $view)) {
|
||||
foreach (element('board_list', $view) as $key => $board) {
|
||||
$config = array(
|
||||
'skin' => 'mobile',
|
||||
'brd_key' => element('brd_key', $board),
|
||||
'limit' => 5,
|
||||
'length' => 40,
|
||||
'is_gallery' => '',
|
||||
'image_width' => '',
|
||||
'image_height' => '',
|
||||
'cache_minute' => 1,
|
||||
);
|
||||
echo $this->board->latest($config);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user