Código PHP:
Ver original
<?php if ($_SESSION['MM_UserGroup']=='premium'){ ?> <a href="seccion4.php"><?php echo $row_textostienda['btnseccion4']; ?></a><br /> <a href="seccion5.php"><?php echo $row_textostienda['btnseccion5']; ?></a><br /> <a href="seccion6.php"><?php echo $row_textostienda['btnseccion6']; ?></a><br /> <a href="seccion7.php"><?php echo $row_textostienda['btnseccion7']; ?></a><br /> <a href="seccion8.php"><?php echo $row_textostienda['btnseccion8']; ?></a><br /> <a href="seccion9.php"><?php echo $row_textostienda['btnseccion9']; ?></a><br /> <!--si es usuario premium se ve hasta la linea 248--> <?php } ?> <a href="seccion1.php"><?php echo $row_textostienda['btnseccion1']; ?></a><br /> <a href="seccion2.php"><?php echo $row_textostienda['btnseccion2']; ?></a><br /> <a href="seccion3.php"><?php echo $row_textostienda['btnseccion3']; ?></a><br /> <a href="clientes/nuevocliente.php?nombre=<?php echo $nombre; ?>">Registrate</a> <br /> <a href="#">Quién somos</a>
gracias gente