Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/j3/components/com_moojla/views/coursedetail/tmpl/ |
| [Home] [System Details] [Kill Me] |
<?php
/*----------------------------------------------------------------------------------|
www.vdm.io |----/
Lmskaran
/-------------------------------------------------------------------------------------------------------/
@version 1.0.77
@build 6th April, 2022
@created 22nd July, 2020
@package Moojla
@subpackage default.php
@author Lmskaran <http://Lmskaran.com>
@copyright Copyright (C) 2015. All Rights Reserved
@license GNU/GPL Version 2 or later -
http://www.gnu.org/licenses/gpl-2.0.html
____ _____ _____ __ __ __ __ ___ _____ __ __ ____
_____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \(
_ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/
)(_)( ) ( )__) ) ( )(
\____) (_____)(_____)(_/\/\_)(____)(__)(__) \___)(_____)(_/\/\_)(__)
(_____)(_)\_)(____)(_)\_) (__)
/------------------------------------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
?>
<?php echo $this->toolbar->render(); ?>
<!--[JCBGUI.site_view.default.38.$$$$]-->
<?php
//farhad shahbazi
$this->document->setTitle($this->course->fullname);
?>
<?php // echo JLayoutHelper::render('default',
$this->item); ?>
<?php // echo JLayoutHelper::render('lmskarandefault',
$this->course); ?>
<?php // echo JLayoutHelper::render('favorite',
$this->course); ?>
<?php // echo JLayoutHelper::render('rate', $this->course);
?>
<?php // echo JLayoutHelper::render('rate', $this->course);
?>
<?php
// echo $this->loadTemplate('teachers');
?>
<?php $ref =& $this;?>
<?php
$this->courseEventDispacher->trigger("onCoursePrepare",
array(&$ref));?>
<!------------------------------------>
<?php
$document = JFactory::getDocument();
$document->addStyleSheet('/components/com_moojla/layouts/layouts_faranesh/css/layouts_faranesh.css');
$document->addScript('/components/com_moojla/layouts/layouts_faranesh/js/main.js');
?>
<?php
$this->courseEventDispacher->trigger("onTopOfCoursePage",
array($this));?>
<div class ="lmskaran_course_single">
<?php
$this->courseEventDispacher->trigger("onBeforeSidebar",
array($this));?>
<?php echo $this->loadTemplate("sidebar"); ?>
<?php
$this->courseEventDispacher->trigger("onAfterSidebar",
array($this));?>
<?php
$this->courseEventDispacher->trigger("onBeforeCourse",
array($this));?>
<?php echo $this->loadTemplate("course"); ?>
<?php
$this->courseEventDispacher->trigger("onAfterCourse",
array($this));?>
</div>
<?php echo $this->loadTemplate("video_modal");?>
<?php
$this->courseEventDispacher->trigger("onBottomOfCoursePage",
array($this));?>
<!------------------------------------>
<?php
JPluginHelper::importPlugin("moojlaevents");
$dispatcher = JEventDispatcher::getInstance();
$results = $dispatcher->trigger("onAfterMoojlaCourseDisplay",
array($this->course));
?>
<!--[/JCBGUI$$$$]-->