| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function render(Varien_Data_Form_Element_Abstract $element) |
||
| 21 | { |
||
| 22 | $info = '<fieldset class="config success-msg" style="padding-left:30px;"><a target="_blank" href="http://www.mygento.ru/"><img src="//www.mygento.ru/media/favicon/default/favicon.png" width="16" height="16" />' . $this->__('Magento Development') . '</a>'; |
||
| 23 | $info.='<a style="float:right" target="_blank" href="https://github.com/mygento/payture">' . $this->__('Module on Github') . '</a></fieldset>'; |
||
| 24 | return $info; |
||
| 25 | } |
||
| 26 | } |
||
| 27 |