Notice: Undefined variable: ub in /var/www/clients/client1/web1/web/functions.php on line 264
Notice: Undefined variable: ub in /var/www/clients/client1/web1/web/functions.php on line 276
Deprecated: strripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /var/www/clients/client1/web1/web/functions.php on line 276
Ezbloo page templates
<?php include('header.php'); ?> <div itemscope itemtype="http://schema.org/NewsArticle"> <meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="<?php siteurl(); ?><?php posturl(); ?>"/> <h2 itemprop="headline"><?php posttitle(); ?> </h2> <h3 itemprop="author" itemscope itemtype="https://schema.org/Person"> By <span itemprop="name"><?php author(); ?></span> </h3> <?php postdesc(); ?> <span itemprop="description"><?php theexcerpt(); ?></span> <div itemprop="image" itemscope itemtype="https://schema.org/ImageObject"> <img class="img-responsive" src="<?php postfimage(); ?>"/> <meta itemprop="url" content="<?php postfimage(); ?>"> <meta itemprop="width" content="<?php fimgw(); ?>"> <meta itemprop="height" content="<?php fimgh(); ?>"> </div> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <img src="<?php postlogo(); ?>"/> <meta itemprop="url" content="<?php postlogo(); ?>"> <meta itemprop="width" content="<?php postlogowidth(); ?>"> <meta itemprop="height" content="<?php postlogoheight(); ?>"> </div> <meta itemprop="name" content="<?php webcompany(); ?>"> </div> <meta itemprop="datePublished" content="<?php datepub(); ?>"/> <meta itemprop="dateModified" content="<?php datemod(); ?>"/> <?php reviewform(); ?> <?php reviewarticles(); ?> <?php ratings(); ?> </div> <?php include('footer.php'); ?>


Category: page-templates
Leave a review