|
Dec
24
|
|
|
You ever needed to write extra code for a specific joomla version (for instance to check the password in joomla 1.0.13 you need to salt it)? here is a quick tip: use the global variable (defined by joomla ) $_VERSION an example on using it: function myBlabla() { global $_VERSION; }
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |
|||||||
| < Prev | Next > |
|---|

