Skip to content

Instantly share code, notes, and snippets.

View ivanscm's full-sized avatar
:octocat:
Up Up - GitHub

IvanSCM ivanscm

:octocat:
Up Up - GitHub
View GitHub Profile
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/default.php');
include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/switcher.php');
include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/css_browser_selector.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" class="<?php echo css_browser_selector() ?>" >
<head>
<jdoc:include type="head" />