cleaned up paths.
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Get one of the global paths.
|
||||
*
|
||||
* @param string $path
|
||||
* @return string
|
||||
*/
|
||||
function path($path)
|
||||
{
|
||||
return $GLOBALS[strtoupper($path).'_PATH'];
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert HTML characters to entities.
|
||||
*
|
||||
@@ -37,7 +26,7 @@ function __($key, $replacements = array(), $language = null)
|
||||
return Laravel\Lang::line($key, $replacements, $language);
|
||||
}
|
||||
|
||||
/**
|
||||
/**a
|
||||
* Get an item from an array using "dot" notation.
|
||||
*
|
||||
* <code>
|
||||
|
||||
Reference in New Issue
Block a user