PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
button
<?php $cl = ''; if (strlen($this->align)) { $cl .= ' text-'.$this->align; } $scl = ''; if (strlen($this->size)) { $scl .= ' button-'.$this->size; } if (($this->full_width)) { $scl .= ' button-block'; } ?> <div class="btn_wrapper<?php echo $cl; ?>"> <a class="button<?php echo $scl; ?>" href="<?php echo $this->link; ?>" target="<?php if (isset($this->newwindow) && $this->newwindow == 'true') { echo '_blank'; } else { echo '_self'; } ?>"> <i class="font-left-icon"></i> <span class="button_text"><?php echo $this->text; ?></span> <i class="font-right-icon"></i> </a> </div>
[+]
..
[-] frontend_class.php
[edit]
[-] backend.js
[edit]
[-] backend.php
[edit]
[-] frontend_view.php
[edit]