diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-01-06 23:03:39 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-01-06 23:03:39 +0100 |
commit | cad20a23c067e3790ab050e71db34d290211a32e (patch) | |
tree | af5bf5545f8bac0cc6b2e832924cfa519bd048dc /system/helpers/language_helper.php | |
parent | 8f1de004f4e9f2ef2364d8b39734110d6192dfdb (diff) | |
parent | 1e6b72cca80354619cf7ddceb2b5f23d37b972e9 (diff) |
Merge pull request #872 from narfbg/develop-helpers-hil
Improve html, inflector & language helpers
Diffstat (limited to 'system/helpers/language_helper.php')
-rw-r--r-- | system/helpers/language_helper.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/system/helpers/language_helper.php b/system/helpers/language_helper.php index ed17bfa4c..a83580a97 100644 --- a/system/helpers/language_helper.php +++ b/system/helpers/language_helper.php @@ -1,13 +1,13 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); +<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * NOTICE OF LICENSE - * + * * Licensed under the Open Software License version 3.0 - * + * * This source file is subject to the Open Software License (OSL 3.0) that is * bundled with this package in the files license.txt / license.rst. It is * also available through the world wide web at this URL: @@ -65,6 +65,5 @@ if ( ! function_exists('lang')) } } -// ------------------------------------------------------------------------ /* End of file language_helper.php */ -/* Location: ./system/helpers/language_helper.php */
\ No newline at end of file +/* Location: ./system/helpers/language_helper.php */ |