/photogallery/templates/admin_default/view.tpl.php |
---|
0,0 → 1,9 |
<?php |
if($sg->isImagePage()) { |
include $sg->config->base_path.$sg->config->pathto_admin_template."viewimage.tpl.php"; |
} elseif($sg->isAlbumPage()) { |
include $sg->config->base_path.$sg->config->pathto_admin_template."viewalbum.tpl.php"; |
} else { |
include $sg->config->base_path.$sg->config->pathto_admin_template."viewgallery.tpl.php"; |
} |
?> |