Advertisement
Guest User

nice php code sample

a guest
Jul 4th, 2019
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.88 KB | None | 0 0
  1.                         <div class="<?=$className?>">
  2.                                 <h2 class="blog-post-title"><a href="<?=$CurPost["urlToPost"]?>" title="<?=$CurPost["TITLE"]?>"><?=$CurPost["TITLE"]?></a></h2>
  3.                                 <div class="blog-post-info-back blog-post-info-top">
  4.                                 <div class="blog-post-info">
  5.                                         <?if ($arParams["SHOW_RATING"] == "Y"):?>
  6.                                         <div class="blog-post-rating rating_vote_graphic">
  7.                                         <?
  8.                                         $APPLICATION->IncludeComponent(
  9.                                                 "bitrix:rating.vote", $arParams["RATING_TYPE"],
  10.                                                 Array(
  11.                                                         "ENTITY_TYPE_ID" => "BLOG_POST",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement