Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_invoices/views/quotes/tmpl/default_totals.php
Назад
<?php /*------------------------------------------------------------------------ # com_invoices - Invoice Manager for Joomla # ------------------------------------------------------------------------ # author Germinal Camps # copyright Copyright (C) 2012 - 2016 JoomlaThat.com. All Rights Reserved. # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.joomlathat.com # Technical Support: Forum - http://www.joomlathat.com/support -------------------------------------------------------------------------*/ //no direct access defined('_JEXEC') or die('Restricted access.'); ?> <div class="row at_totals "> <div class="col-md-6 col-sm-6 text-right hidden-xs"> <div class="dashboard-box dashboard-info"> <div class="row "> <div class="col-xs-6 hidden-md col-lg-6"> <div class=" module-wrapper"> <?php $modules = JModuleHelper::getModules("num_quotes_backend_small"); $document = JFactory::getDocument(); $renderer = $document->loadRenderer('module'); $attribs = array(); $attribs['style'] = 'xhtml'; foreach ( @$modules as $mod ) { echo $renderer->render($mod, $attribs); } ?> </div> </div> <div class="col-xs-6 col-md-12 col-lg-6"> <div class=" resume-number "> <div class="big_number summary-number total_invoices" id="summary_num_invoices">{{ summary.num_invoices }}</div> <span class="resume-title"><?php echo JText::_('NUM_QUOTES'); ?></span> <span class="timeframe-title"> </span> </div> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 text-right "> <div class="dashboard-box dashboard-inverse"> <div class="row "> <div class="col-xs-6 hidden-md col-lg-6"> <div class=" module-wrapper"> <?php $modules = JModuleHelper::getModules("total_quotes_backend_small"); $document = JFactory::getDocument(); $renderer = $document->loadRenderer('module'); $attribs = array(); $attribs['style'] = 'xhtml'; foreach ( @$modules as $mod ) { echo $renderer->render($mod, $attribs); } ?> </div> </div> <div class="col-xs-6 col-md-12 col-lg-6"> <div class=" resume-number "> <div class="big_number summary-number" id="summary_total_invoices">{{ total_invoices() | currency(currency_id) }}</div> <span class="resume-title"><?php echo JText::_('TOTAL_QUOTES'); ?></span> <span class="timeframe-title"> </span> </div> </div> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка