Skip to content

Commit

Permalink
JBR Workshop Stap 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderpotjer committed Jan 25, 2015
1 parent 7aa1456 commit c2210ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php
defined('_JEXEC') or die;

// Include Joomla Bootstrap CSS & JS
JHtml::_('bootstrap.framework');
JHtmlBootstrap::loadCss();

// Include additional CSS
JFactory::getDocument()->addStyleSheet('media/jui/css/icomoon.css');
JFactory::getDocument()->addStyleSheet('templates/'.$this->template.'/css/template.css');
?>

<!DOCTYPE html>
Expand Down

0 comments on commit c2210ed

Please sign in to comment.