PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
social_buttons
<?php $cl = 'buttons'; if (strlen($this->style)) { $cl .= ' text-'.$this->style; } if (($this->arrange == 'vertical')) { $cl .= ' vertical-buttons'; } if (strlen($this->align)) { $cl .= ' text-'.$this->align; } ?> <div class="<?php echo $cl; ?>"> <?php $i = 0 ?> <ul> <?php foreach ($this->buttons as $item): ?> <li> <a class="social_icon social_icon_<?php echo getIndex($item, 'type'); ?>" href="<?php echo getIndex($item, 'link', ''); ?>" title="<?php getIndex($item, 'title', '') ?>" > </a> </li> <?php $i++ ?> <?php endforeach; ?> </ul> </div>
[+]
..
[-] frontend_view.php
[edit]
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_script.php
[edit]
[-] frontend_class.php
[edit]