1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Updated e107 Coding Standard (markdown)

Moc
2013-05-08 03:42:24 -07:00
parent 7b1adce813
commit 2cbaa3d839

@@ -309,8 +309,8 @@ To load a language file from the current theme's directory:
To load a language file from a plugin folder:
e107::lan('gallery'); // loads e107_plugins/gallery/languages/English_front.php (when English is selected)
e107::lan('gallery',true); // loads e107_plugins/gallery/languages/English_admin.php (when English is selected)
e107::lan('gallery'); // loads e107_plugins/gallery/languages/English/English_front.php (when English is selected)
e107::lan('gallery',true); // loads e107_plugins/gallery/languages/English/English_admin.php (when English is selected)
### Defining Language Terms aka 'LANS'