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
/
c1c92
/
..
/
templates
/
blog_syn
/
includes
/
article_2.php
/
/
<?php function article_2($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-2 bd-no-margins"<?php echo $attr; ?><?php echo $postIdClass; ?>> <h2 class=" bd-postheader-2" 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-4 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-1 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-6" itemprop="image"/> <?php if (isset($image['link']) && $image['link'] !== '') : ?> </a> <?php endif; ?> <?php if ($caption): ?> <div class=" bd-container-50 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-2 bd-tagstyles bd-custom-blockquotes bd-custom-bulletlist bd-custom-orderedlist bd-custom-table 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> <?php if (isset($data['readmore-link']) && isset($data['readmore-text']) ) : ?> <a class="bd-postreadmore-1 bd-button-19 " href="<?php echo $data['readmore-link'] ?>" > <?php echo $data['readmore-text'] ?></a> <?php endif; ?> </div> </div> </article> <div class="bd-container-inner"><?php if (isset($data['pager'])) : ?> <div class=" bd-pager-2"> <ul class=" bd-pagination-5 pager"> <?php if (preg_match('/<li[^>]*previous[^>]*>([\S\s]*?)<\/li>/', $data['pager'], $prevMatches)) : ?> <li class=" bd-paginationitem-5"><?php echo funcContentRoutesCorrector($prevMatches[1]); ?></li> <?php endif; ?> <?php if (preg_match('/<li[^>]*next[^>]*>([\S\s]*?)<\/li>/', $data['pager'], $nextMatches)) : ?> <li class=" bd-paginationitem-5"><?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/c1c92/../templates/blog_syn/includes/article_2.php