1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

removed e107_files/ and updated some paths.

This commit is contained in:
Cameron
2012-11-24 11:59:05 -08:00
parent 4367ddd2d4
commit c823271842
5 changed files with 5 additions and 403 deletions

View File

@@ -292,7 +292,7 @@ class e_jsmanager
/**
* Add Core CSS file for inclusion in site header, shorthand of headerFile() method
*
* @param string|array $file_path relative to {e_FILE}jslib/ folder
* @param string|array $file_path relative to {e_JS} folder
* @param string $media any valid media attribute string - http://www.w3schools.com/TAGS/att_link_media.asp
* @return e_jsmanager
*/
@@ -474,7 +474,7 @@ class e_jsmanager
/**
* Add Core JS file for inclusion in site header, shorthand of headerFile() method
*
* @param string $file_path relative to {e_FILE}jslib/ folder
* @param string $file_path relative to {e_JS} folder
* @param integer $zone 1-5 (see header.php)
* @return e_jsmanager
*/