|
Hoe moet je een CSS style sheet toevoegen in een Joomla: | 01. |
$doc =& JFactory::getDocument();
| | 02. |
$doc->addStyleSheet( JURI::base() . "components/com_myding/styles.css" );
|
En hoe moet je een JavaScript toevoegen aan joomla. | 01. |
$doc->addScript( JURI::base() . "components/com_mycomponent/js/javas.js");
|
|