Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. .restrito {
  2. background-image: url(../images/restrito.png);
  3. background-repeat: none;
  4. width: 225px;
  5. height: 20px;
  6. position: absolute;
  7. z-index: 5;
  8. top: 5px;
  9. }
  10.  
  11. $item_id = $this->_item->id;
  12.  
  13. $item_access = $this->_item->access;
  14.  
  15. <?php if ($item_access == "2") : ?>
  16. <div class="restrito"></div>
  17. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement