Advertisement
Puzo

CSCart - File: /controllers/customer/search_tires.php

Nov 3rd, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.04 KB | None | 0 0
  1. <?php
  2. /***************************************************************************
  3. *                                                                          *
  4. *    Copyright (c) 2009 Simbirsk Technologies Ltd. All rights reserved.    *
  5. *                                                                          *
  6. * This  is  commercial  software,  only  users  who have purchased a valid *
  7. * license  and  accept  to the terms of the  License Agreement can install *
  8. * and use this program.                                                    *
  9. *                                                                          *
  10. ****************************************************************************
  11. * PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
  12. * "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
  13. ****************************************************************************/
  14.  
  15.  
  16. //
  17. // $Id$
  18. //
  19.  
  20. if ( !defined('AREA') ) { die('Access denied'); }
  21.  
  22. $view->assign('test', 'lorem ipsum');
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement