Example #1
0
$menu = new Joomla\Menu();
$db = new Joomla\Database();
//$emogrifier = new Pelago\Emogrifier();
$string = new Framework\String();
$h = new Framework\Html();
$module = new Joomla\Module();
$article = new Joomla\Article();
$router->load(JRequest::getVar('id'), ROUTE, JRequest::getVar('option'), JRequest::getVar('view'), JRequest::getVar('layout'), JFactory::getConfig(), JUri::getInstance(), JURI::base());
//$emogrifier->setHtml($router->init());
//$emogrifier->setCss(file_get_contents(__DIR__.'/css/load.css'));
?>
<!DOCTYPE html>
<html lang="en">
  <head>
	<?php 
$router->meta();
?>
	  <link rel="stylesheet" href="templates/what/bower/font-awesome/css/font-awesome.min.css">
	  <style type="text/css">
		<?php 
echo file_get_contents(__DIR__ . '/css/load.css');
?>
		<?php 
echo file_get_contents(__DIR__ . '/bower/wallop/css/wallop.css');
?>
	  	<?php 
echo file_get_contents(__DIR__ . '/css/noinject.css');
?>
	  </style>
  </head>
  <body>