Advertisement
manchumahara

view.html.php (view sent) - Joomla Mail issue part2

Jul 27th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. <?php
  2. /**
  3.  * @package     Joomla.Site
  4.  * @subpackage  com_mailto
  5.  * @copyright   Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
  6.  * @license     GNU General Public License version 2 or later; see LICENSE.txt
  7.  */
  8.  
  9. defined('_JEXEC') or die;
  10. jimport('joomla.application.component.view');
  11. class MailtoViewSent extends JView
  12. {
  13.     function display($tpl = null)
  14.     {
  15.         parent::display($tpl);
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement