Advertisement
Guest User

Untitled

a guest
May 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. try {
  2.  
  3. if(!mconfig('active')) throw new Exception(lang('error_47',true));
  4.  
  5. echo '<div class="page-title"><span>'.lang('module_titles_txt_11',true).'</span></div>';
  6.  
  7. echo '<div class="row">';
  8. echo '<div class="col-xs-4">';
  9. echo '<a href="'.__BASE_URL__.'donation/paypal/" class="thumbnail"><img src="'.__PATH_TEMPLATE_IMG__.'donation/paypal.jpg"></a>';
  10. echo '</div>';
  11. echo '</div>';
  12.  
  13. } catch(Exception $ex) {
  14. message('error', $ex->getMessage());
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement