1er commit
Theme zenphoto
This commit is contained in:
12
index.php
Normal file
12
index.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
if(function_exists("checkForPage")) { // check if Zenpage is enabled or not
|
||||
if (checkForPage(getOption("zpgal_homepage"))) { // switch to a news page
|
||||
$ishomepage = true;
|
||||
include ('pages.php');
|
||||
} else {
|
||||
include ('gallery.php');
|
||||
}
|
||||
} else {
|
||||
include ('gallery.php');
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user