| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/business/pms/themes/boldy/ |
Upload File : |
<?php
?>
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
<?php print $picture; ?>
<?php if ($page == 0): ?>
<h2 class="title"><a href="<?php print $node_url; ?>" title="<?php print $title; ?>"><?php print $title; ?></a></h2>
<?php endif; ?>
<div class="clear-block">
<div class="meta">
<?php if ($submitted): ?>
<?php //print $submitted; ?>
<?php print format_date($node->created, 'custom', 'd/m/Y'); ?>
<?php endif; ?>
</div>
<div class="content clear-block">
<?php print $content; ?>
</div>
<?php if ($page != 0): ?>
<?php if ($taxonomy): ?>
<div class="postTags"><?php print $terms; ?></div>
<?php endif;?>
<?php endif; ?>
<?php if ($links): ?>
<div class="more-link"><?php print $links; ?></div>
<?php endif; ?>
</div>
</div>