=$this->load->view($this->config->item('FAL_template_dir').'template/menu');?>
= isset($fal) ? $fal : null;?>
Fotoalbums
=anchor('fotoalbum', 'Fotoalbums')?>
» =anchor('fotoalbum', $album->naam)?> foreach($cats->result() as $row){ if($row->url == ""){ $row->url = base_url() . "/images/na.gif"; } echo("
\n"); echo("\t
id . "[".$album->naam."]\" title=\"".$row->titel."\" caption=\"".$row->beschrijving."\" target=\"_blank\" href='".base_url() . "public/albums/full/".$row->url."'>\n"); echo("\t
$row->titel
\n"); echo("
\n\n"); } ?>