getCurrentTheme(); $_zp_themeroot = WEBPATH . "/$themepath/$theme"; if (in_context(ZP_IMAGE)) { include("$themepath/$theme/image.php"); } else if (in_context(ZP_ALBUM)) { include("$themepath/$theme/album.php"); } else if (in_context(ZP_INDEX)) { include("$themepath/$theme/index.php"); } ?>