first
This commit is contained in:
17
layouts/bs4-starter/_pages/main.php
Normal file
17
layouts/bs4-starter/_pages/main.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
if ($my['uid'] && $d['layout']['main_dashboard']=='true') getLink('/dashboard','','','');
|
||||
|
||||
$g['layoutPageVarForSite'] = $g['path_var'].'site/'.$r.'/layout.'.dirname($_HS['layout']).'.main.php';
|
||||
include is_file($g['layoutPageVarForSite']) ? $g['layoutPageVarForSite'] : $g['dir_layout'].'_var/_var.main.php';
|
||||
?>
|
||||
|
||||
<?php getWidgetList($d['layout']['main_widget_top']) ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<?php getWidgetList($d['layout']['main_widget_left']) ?>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<?php getWidgetList($d['layout']['main_widget_right']) ?>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user