Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. View:
  2. <?php
  3. $class="";
  4. if($data->superior) $class='class="superior"';
  5. ?>
  6. <p {{$class}}>{{{$data->text}}}</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement