uawdijnntqw1x1x1
IP : 216.73.217.142
Hostname : localhost.localdomain
Kernel : Linux localhost.localdomain 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
OS : Linux
PATH:
/
var
/
www
/
consult-e-syn
/
public_html
/
643de
/
..
/
templates
/
blog_syn_svg
/
includes
/
article_3.php
/
/
<?php function article_3($data) { ob_start(); $attr = ''; if (isset($data['article_id'])) { $attr = ' id="' . $data['postcontent_editor_id'] . '"'; } $postIdClass = ''; if (isset($data['post_id_class'])) { $postIdClass = ' data-post-value="data-post-id-' . $data['post_id_class'] . '"'; } ?> <article class=" bd-article-3"<?php echo $attr; ?><?php echo $postIdClass; ?>> <h2 class=" bd-postheader-3" itemprop="name"> <?php if (isset($data['header-text']) && strlen($data['header-text'])) : ?> <?php if (isset($data['header-link']) && strlen($data['header-link'])) : ?> <a <?php echo funcBuildRoute($data['header-link'], 'href'); ?>> <?php echo $data['header-text'];?> </a> <?php else: ?> <?php echo $data['header-text']; ?> <?php endif; ?> <?php endif; ?> </h2> <?php if (isset($data['header-badge']) && strlen($data['header-badge'])) : ?> <?php echo $data['header-badge']; ?> <?php endif; ?> <div class=" bd-layoutbox-8 bd-no-margins clearfix"> <div class="bd-container-inner"> <?php if (isset($data['date-icons']) && count($data['date-icons'])) : ?> <div class=" bd-posticondate-4 bd-no-margins"> <span class=" bd-icon bd-icon-41"><span><?php $count = count($data['date-icons']); foreach ($data['date-icons'] as $key => $icon) { echo $icon; if ($key !== $count - 1) echo ' | '; } ?></span></span> </div> <?php endif; ?> <?php if (isset($data['print-icon'])) : ?> <div class=" bd-posticonprint-6 print-action"> <?php preg_match('/<a(.*?")>[\s\S]+<\/a>/', $data['print-icon']['content'], $matches); ?> <a<?php echo $matches[1];?>> <?php if ($data['print-icon']['showIcon']) : ?> <?php if (JRequest::getVar('print', '') == '1') : ?> <?php echo JHtml::_('image', 'system/printButton.png', JText::_('JGLOBAL_PRINT'), null, true); ?> <?php else: ?> <span class=" bd-icon bd-icon-45"><span></span></span> <?php endif; ?> <?php else: ?> <span><?php echo JText::_('JGLOBAL_PRINT'); ?></span> <?php endif; ?> </a> </div> <?php endif; ?> <?php if (isset($data['author-icon']) && strlen($data['author-icon'])) : ?> <div class=" bd-posticonauthor-5 bd-no-margins"> <span class=" bd-icon bd-icon-43"><span><?php echo $data['author-icon']; ?></span></span> </div> <?php endif; ?> <?php if (isset($data['category-icon']) && strlen($data['category-icon'])) : ?> <div class=" bd-posticoncategory-19"> <span class=" bd-icon bd-icon-46"><span><?php echo $data['category-icon']; ?></span></span> </div> <?php endif; ?> <?php if (isset($data['tags-icon'])) : ?> <div class=" bd-posticontags-18 bd-no-margins"> <span class=" bd-icon bd-icon-15"><span> <?php foreach($data['tags-icon'] as $key => $item) : ?> <?php $separator = ($key !== count($data['tags-icon']) - 1) ? ',' : ''; ?> <a href="<?php echo $item['href'];?>" itemprop="keywords"> <?php echo $item['title'] . $separator; ?> </a> <?php endforeach; ?> </span></span> </div> <?php endif; ?> <?php if (isset($data['email-icon'])) : ?> <div class=" bd-posticonemail-7 bd-no-margins"> <?php preg_match('/<a([^>]+)>[\s\S]+<\/a>/', $data['email-icon']['content'], $matches); ?> <a<?php echo $matches[1];?>> <?php if ($data['email-icon']['showIcon']) : ?> <span class=" bd-icon bd-icon-47"><span></span></span> <?php else: ?> <span><?php echo JText::_('JGLOBAL_EMAIL'); ?></span> <?php endif; ?> </a> </div> <?php endif; ?> <?php if (isset($data['edit-icon'])) : ?> <div class=" bd-posticonedit-8 bd-no-margins"> <?php preg_match('/<a([^>]+)>[\s\S]+<\/a>/', $data['edit-icon']['content'], $matches); ?> <a<?php echo $matches[1];?>> <?php if ($data['edit-icon']['showIcon']) : ?> <span class=" bd-icon bd-icon-49"><span></span></span> <?php else: ?> <span><?php echo JText::_('JGLOBAL_EDIT'); ?></span> <?php endif; ?> </a> </div> <?php endif; ?> </div> </div> <div class=" bd-layoutbox-10 bd-no-margins clearfix"> <div class="bd-container-inner"> <?php if (isset($data['data-image'])) : ?> <?php $image = $data['data-image']; $caption = $image['caption']; $floatClass = $image['float'] ? ( 'pull-' . $image['float']) : ''; ?> <div class=" bd-postimage-3 bd-no-margins <?php echo $floatClass; ?>"> <?php if (isset($image['link']) && $image['link'] !== '') : ?> <a href="<?php echo $image['link']; ?>"> <?php endif; ?> <img src="<?php echo $image['image']; ?>" alt="<?php echo $image['alt']; ?>" class=" bd-imagestyles" itemprop="image"/> <?php if (isset($image['link']) && $image['link'] !== '') : ?> </a> <?php endif; ?> <?php if ($caption): ?> <div class=" bd-container-54 bd-tagstyles "> <?php echo $caption; ?> </div> <?php endif; ?> </div> <?php endif; ?> <?php $attr = ''; if (isset($data['postcontent_editor_id'])) { $attr = ' data-editable-id="' . $data['postcontent_editor_id'] . '"'; } ?> <div class=" bd-postcontent-3 bd-tagstyles bd-contentlayout-offset" <?php echo $attr; ?> itemprop="articleBody"> <?php if (isset($data['content']) && strlen($data['content'])): $content = funcPostprocessPostContent($data['content']); echo funcContentRoutesCorrector($content); endif; ?> </div> </div> </div> </article> <div class="bd-container-inner"><?php if (isset($data['pager'])) : ?> <div class=" bd-pager-3"> <ul class=" bd-pagination pager"> <?php if (preg_match('/<li[^>]*previous[^>]*>([\S\s]*?)<\/li>/', $data['pager'], $prevMatches)) : ?> <li class=" bd-paginationitem-1"><?php echo funcContentRoutesCorrector($prevMatches[1]); ?></li> <?php endif; ?> <?php if (preg_match('/<li[^>]*next[^>]*>([\S\s]*?)<\/li>/', $data['pager'], $nextMatches)) : ?> <li class=" bd-paginationitem-1"><?php echo funcContentRoutesCorrector($nextMatches[1]); ?></li> <?php endif; ?> </ul> </div> <?php endif; ?></div> <?php return ob_get_clean(); }
/var/www/consult-e-syn/public_html/643de/../templates/blog_syn_svg/includes/article_3.php