MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
default.php
Ir para a documentação deste ficheiro.
1
<div
id
=
"<?php echo $form ?>_container"
class
=
"mThemeContainer"
>
2
3
<div
id
=
"<?php echo $form ?>_container_top"
class
=
"mThemeContainerTop"
>
4
<div
class
=
"banner"
></div>
5
</div>
6
7
<div
id
=
"<?php echo $form ?>_menu"
></div>
8
9
<div
id
=
"<?php echo $form ?>_navbar"
>
10
<?php echo $theme->getElement(
'navigation'
)->hasOptions() ? $theme->generateElement(
'navigation'
) :
''
?>
11
</div>
12
13
<?php
14
$classContent
= (($miolo->getConf(
'options.mainmenu'
) == 2) || ($miolo->getConf(
'options.mainmenu'
) == 3) ) ?
'mThemeContainerContentFullAjax'
:
'mThemeContainerContent'
;
15
$theme->setElementClass(
'content'
,
$classContent
);
16
17
//menus
18
echo $theme->getTemplate()->fetch(
'menu.php'
);
19
20
?>
21
22
23
<div
id
=
"extContent"
class
=
"mThemeContainerExt"
>
24
<div
id
=
"<?php echo $form ?>_content"
dojoType=
"dojox.layout.ContentPane"
layoutAlign=
"client"
executeScripts=
"true"
cleanContent=
"true"
>
25
<?php echo $theme->generateElement(
'content'
) ?>
26
</div>
27
</div>
28
29
<?php
30
$theme->setElement(
'bottom'
,
new
MStatusBar
());
31
$theme->setElementClass(
'bottom'
,
'mThemeContainerBottom'
);
32
?>
33
34
<div
id
=
"<?php echo $form ?>_bottom"
>
35
<?php echo $theme->generateElement(
'bottom'
) ?>
36
</div>
37
</div>
MStatusBar
Definição
mstatusbar.class:23
$classContent
$classContent
Definição
content.php:2
classes
ui
themes
sbootstrap5
template
default.php
Gerado por
1.10.0