PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
fancytext
<span class=""><?php echo $this->prefix_text; ?></span> <div class="fancytext_vticker" id="<?php echo $this->page_id; ?>_vticker"> <ul> <?php foreach ($this->texts as $text) { ?> <li class=""> <?php echo $text['label']; ?> </li> <?php } ?> </ul> </div> <span class=""><?php echo $this->postfix_text; ?></span> <?php $setting = '{showItems:'.$this->showItems.',speed:'.$this->speed.', pause:'.$this->pause.'}'; $this->registerScript('', '$("#'.$this->page_id.'_vticker").vTicker('.$setting.');'); ?>
[+]
..
[-] backend.php
[edit]
[-] frontend_class.php
[edit]
[-] backend.js
[edit]
[-] frontend_script.php
[edit]
[-] frontend_view.php
[edit]