Flitig postare
|
|
Reg.datum: Feb 2005
Inlägg: 433
|
|
Flitig postare
Reg.datum: Feb 2005
Inlägg: 433
|
Lite hjälp till ?
Vad är det för fel i denna kod?
<?php
if $cust32->hasValue()) {
include $this->loadTemplate( 'sub_map.tpl.php' );
}
else
{
include $this->loadTemplate( 'sub_picture.tpl.php' );
}
?>
Jag vill att sub_map skall visas om cust32 är ifylld, annars skall sub_picture visas.
|