Guest User

Untitled

a guest
Apr 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.55 KB | None | 0 0
  1. <div class="head">
  2.     <!--~~~~~~~~~~~~~~~~~~~~~~~~~ Head/Opacity ~~~~~~~~~~~~~~~~~~~~~~~~~-->
  3.     <div style="opacity:0.8;" class="h_bg"></div>
  4.     <!--~~~~~~~~~~~~~~~~~~~~~~~~~ Head/Center ~~~~~~~~~~~~~~~~~~~~~~~~~-->
  5.     <div class="head_c">
  6.         <!--~~~~~~~~~~~~~~~~~~~~~~~~~ Head/Right H2 ~~~~~~~~~~~~~~~~~~~~~~~~~-->
  7.         <div class="hr_2">
  8.             <?php echo View::factory('account/includes/your_profile'); ?>
  9.         </div>
  10.         <!--~~~~~~~~~~~~~~~~~~~~~~~~~ Head/Left H5 sh.css ~~~~~~~~~~~~~~~~~~~~~~~~~-->
  11.         <div class="hl_5">
  12.             <h6><?php echo $account->name; // ололо
  13.  ?></h6>
  14.             <?php if($places || $drafts): ?><p class="add_p" id="add_place_div"><a title="Создать место" href="#">Создать место</a></p><?php endif;?>
  15.     <!--
  16.            <a class="setup" href="/account/index/profile/<?php echo $account->id;?>/"><u></u>Настройка аккаунта</a>
  17.        -->
  18. </div>
  19.         <div class="clearing"></div>
  20.     </div>
  21.     <!--~~~~~~~~~~~~~~~~~~~~~~~~~ Head/Menu ~~~~~~~~~~~~~~~~~~~~~~~~~-->
  22.     <ul id="head_nav">
  23.         <li class="h_ac"><a href="/account/place/index/<?php echo $account->id;?>/" title="Места">Места</a></li>
  24. <!--
  25.        <li><a href="/account/events/index/<?=$account->id;?>/" title="Мероприятия">Мероприятия</a></li>
  26.        <li><a href="/account/news/index/<?=$account->id;?>/" title="Активность">Активность</a></li>
  27. -->
  28.     </ul>
  29. <!--~~sh>>~~~~~~~~~~~~~~~~~~~~~ Head ~~~~~~~~~~~~~~~~~~~~~~~~~-->
  30. </div>
Add Comment
Please, Sign In to add comment