Tool_Installer Module summary layout.
More...
|
global | $camyks |
|
| $isFirst = true |
|
| $alt = 0 |
|
foreach( $this->summary as $text)( $text[ 'type']=='title')($isFirst) | else |
|
</td ></tr > | endif |
|
| elseif ( $text[ 'type']=='message') = $text['name'] |
|
| elseif ( $text[ 'type']=='detail') = (isset($text['color'])?'color:'.$text['color'].'; ':'') |
|
| endforeach |
|
Tool_Installer Module summary layout.
Plugin / Module Layout
- Author
- CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
- Version
- 1.0.1
- Date
- Creation: Aug 2007
-
Modification: May 2019
- Copyright
- 2007 - 2019 CaMykS Team
- Note
- This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
◆ $camyks
◆ $isFirst
◆ $alt
◆ else
foreach($this->summary as $text) ($text['type'] == 'title') ( $isFirst) else |
◆ endif
◆ elseif [1/2]
elseif |
( |
|
$text['type'] = ='message' | ) |
= $text['name'] |
◆ elseif [2/2]
elseif($text['type']=='detail') |
( |
|
$text[ 'type'] = = 'detail' | ) |
= (isset($text['color'])?'color:'.$text['color'].'; ':'') |
◆ endforeach