Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. <?php
  2. /**
  3.  * osCommerce Online Merchant
  4.  *
  5.  * @copyright Copyright (c) 2013 osCommerce; http://www.oscommerce.com
  6.  * @license GNU General Public License; http://www.oscommerce.com/gpllicense.txt
  7.  */
  8. ?>
  9.  
  10. <h1><?php echo HEADING_TITLE_ABOUTUS; ?></h1>
  11.  
  12. <div class="contentContainer">
  13.   <div class="contentText">
  14.     <?php echo INFO_ABOUTUS; ?>
  15.   </div>
  16.  
  17.   <div class="buttonSet">
  18.     <span class="buttonAction"><?php echo tep_draw_button(IMAGE_BUTTON_CONTINUE, 'triangle-1-e', tep_href_link('index')); ?></span>
  19.   </div>
  20. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement