Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?> <div id="content"><?php echo $content_top; ?> <?php if(!$ki_gallery_module or !$status){ include('pm_base/ki_setup_original.php'); } include_once($ki_base."ki_include.php"); ?> <div id="gallery-content" style="width:<?php echo $ki_fr_width;?>px"> <!--<div class="breadcrumb"> <?php foreach ($breadcrumbs as $breadcrumb) { ?> <?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a> <?php } ?> </div>--> <?php if(!isset($koschtitgallery_folder_module)){ if($count > 1){ ?> <div id="gallery-menu"> <?php for($i=0;$i<count($folders);$i++){ ?> <a href="<?php echo $link;?>&album=<?php echo $folders[$i]['folder_id'];?>"><?php echo $folders[$i]['title'];?></a> <?php } ?> </div> <?php } } if(isset($status) && $status == 1){ if($folder){ ?> <h1><?php echo $folder_title; ?></h1> <div class="category-info"><?php echo $folder_description; ?></div> <div class="koschtitgallery" title="<?php echo $folder;?>"></div> <?php } } ?> </div> <?php echo $content_bottom;?> </div> <?php echo $footer;?> |