<?php
/**
*@copyright Copyright (C) 2008 - 2009 . All rights reserved.
* @license
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<?php
$doc = JFactory::getDocument();
$tpath = $this->baseurl.'/templates/'.$this->template;
?>
<!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; ?>" >
<head>
<jdoc:include type="head" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
JHtml::_('bootstrap.loadCss', false, $this->direction);
?>
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/css/animate.min.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/css/owl.theme.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/css/owl.carousel.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template.css" type="text/css" />
<?php if($this->direction == 'rtl') : ?>
<link href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template_rtl.css" rel="stylesheet" type="text/css" />
<?php endif; ?>
<link id="JTKLocalCss" href="css/template.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ;?>/css/fonts.css" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<?php
$doc->addScript($tpath.'/js/bootstrap.min.js');
$doc->addScript($tpath.'/js/smoothscroll.js');
$doc->addScript($tpath.'/js/jquery.nav.js');
$doc->addScript($tpath.'/js/jquery.parallax.js');
$doc->addScript($tpath.'/js/owl.carousel.min.js');
$doc->addScript($tpath.'/js/isotope.min.js');
$doc->addScript($tpath.'/js/wow.min.js');
$doc->addScript($tpath.'/js/counter.js');
$doc->addScript($tpath.'/js/custom.js');
?>
</head>
<body>
</html>
علاقه مندی ها (Bookmarks)