Using following code we can get joomla’s language and use it in our extensions code. $language will give us the current language selected.
Continue reading...Tuesday, April 20, 2010
Following is a template that can be used to develop plugins to inert code into Joomla head section.
Continue reading...Monday, December 7, 2009
Recently one of my client asked me to add the functionality for users of their custom Content Management System(CMS) to give them more control over layouts etc. Using CSS in PHP makes it really easy to have styling flexibility. Following steps are involved to write CSS via PHP. Create CSS file as a PHP file [...]
Continue reading...Sunday, December 6, 2009
Function to add/update configuration values for a component in code.
Continue reading...
Tuesday, April 27, 2010
0 Comments