コード例 #1
0
ファイル: index.php プロジェクト: fpachecomAtento/Quantum
		</div>
		<div class="uk-text-center ip-logo-welcome"><?php 
echo $QuantumObjTheme->get_logo($_USERTheme['app'][0]['logo']);
?>
</div>
		<div class="ip-list-queues">
			<?php 
echo $QuantumObjTheme->get_queues($_USERTheme['queues'], 'ip-nav', array('caption' => true, 'icon' => true));
?>
		</div>
	</div>
	<div data-role="step_crm">
		<?php 
?>
		<?php 
echo $QuantumObjTheme->paintForm($_USERTheme['crm'], $_USERTheme['fields']);
?>
	</div>
	<div data-role="step_wait">
		<?php 
if (isset($_GET['queue'])) {
    include 'action.php';
    $titleService = $IP->getServiceClient($_GET['queue'], $_USERTheme['queues']);
    if ($titleService) {
        ?>
						<div class="uk-text-center ip-title-primary" data-role="titleService"><?php 
        echo $titleService;
        ?>
</div>
					<?php 
    }