Content_GenericPageRedirector Module admin main layout.
More...
|
global | $camyks |
|
| $file = $this->theme->get_pictURL('file', 12, 'std') |
|
| $file_ = $this->theme->get_pictURL('file', 12, 'ovr') |
|
< img src="<?= $file; ?> | alt |
|
| endforeach |
|
Content_GenericPageRedirector Module admin main 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: Sep 2009
-
Modification: Jan 2019
- Copyright
- 2009 - 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
◆ $file
$file = $this->theme->get_pictURL('file', 12, 'std') |
◆ $file_
$file_ = $this->theme->get_pictURL('file', 12, 'ovr') |
◆ alt
<img src="<?= $file; ?> alt |
Initial value:="<?= $this->get_translation('select_sitepage'); ?>" title="<?= $this->get_translation('select_sitepage'); ?>"
onmouseover=
"this.src='<?= $file_; ?>';" onmouseout=
"this.src='<?= $file; ?>';" />
</a>
endif
Definition: admin.html.inc:22
onmouseout
Definition: site_horizontal_bottomlayers.html.inc:26
◆ endforeach