No funciona igual
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
Te describo el codigo de mi template como me pides a ver si me ayudas con eso
Código PHP:
<? if ($_SESSION['permiso'] != '1')
{
echo "Only for subscribed members. We invite you to complete the subscription process to have immediate access to one thousand (1,000) scrapbooking 3D effect frames, the most extensive and varied gallery of the web!";
}
else
{
If ($categoria=="animal") { $cat="Animals"; } ;
If ($categoria=="clasic") { $cat="Classical"; } ;
If ($categoria=="tyl") { $cat="Cloth"; } ;
If ($categoria=="contemp") { $cat="Contemporany"; } ;
If ($categoria=="floral") { $cat="Floral"; } ;
If ($categoria=="decorativo") { $cat="Decorative"; };
If ($categoria=="dyt") { $cat="DoubleTripe"; } ;
If ($categoria=="index") { $cat="Index"; } ;
If ($categoria=="dorado") { $cat="Golden"; } ;
If ($categoria=="infantil") { $cat="Infant"; } ;
If ($categoria=="library") { $cat="Library"; } ;
If ($categoria=="joyas") { $cat="Jewel"; } ;
If ($categoria=="masculinos") { $cat="Masculine"; } ;
If ($categoria=="oyr") { $cat="Oval"; } ;
If ($categoria=="plateado") { $cat="Silver"; } ;
If ($categoria=="venecian") { $cat="Venetian"; } ;
If ($categoria=="madera") { $cat="Wooden"; } ;
$pagina = "http://www.mangelsdesigns.com/frames/${cat}_archivos/PNG/mangels_${categoria}${id}.htm";
header("Location: $pagina");
}?>
A ver si con esto logras entenderme...un millón por cualquier ayuda q me puedan brindar!!