?
Path : /home/admin/domains/happytokorea.net/public_html/test/libraries/joomla/string/ |
Current File : /home/admin/domains/happytokorea.net/public_html/test/libraries/joomla/string/stringnormalize.php |
<?php /** * @package Joomla.Platform * @subpackage String * * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; JLog::add('JStringNormalize has moved to jimport(\'joomla.string.normalise\'), please update your code.', JLog::WARNING, 'deprecated'); require_once JPATH_PLATFORM . '/joomla/string/normalise.php';