コード例 #1
0
ファイル: functions.php プロジェクト: sergy444/joomla
	static function cleanTitle($str, $striptags = 0)
	{
		require_once __DIR__ . '/text.php';

		return NNText::cleanTitle($str, $striptags);
	}