Guest User

Untitled

a guest
Jun 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. require_once"cabecalho.php";
  3. $plano = $_GET['plano'];
  4. if($plano == 'parcial'){ ?>
  5. <section class="plano-parcial">
  6. <h1>Plano parcial detalhes</h1>
  7. </section>
  8. <?php } ?>
Add Comment
Please, Sign In to add comment