Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <ul style="width:200px;" class="list-unstyled">
  2. <li><a href="<?php echo $edit; ?>"><?php echo $text_edit; ?></a></li>
  3. <li><a href="<?php echo $password; ?>"><?php echo $text_password; ?></a></li>
  4. <li><a href="<?php echo $address; ?>"><?php echo $text_address; ?></a></li>
  5.  
  6. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement