/ Published in: PHP
                    
                                        Remove Mootools from the Joomla Header in a Joomla Template
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 <?php $user =& JFactory::getUser(); if ($user->get('guest') == 1) { $headerstuff = $this->getHeadData(); $this->setHeadData($headerstuff); } ?>
URL: http://www.blog.highub.com/cms/joomla-cms/remove-mootools-from-joomla-header/
Comments
                    Subscribe to comments
                
                