| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/classicscash.com/public_html/cms_admin/phptemplate/voderic/ |
Upload File : |
<?php
/****
PLEASE BACK UP FILE BEFORE EDITING!!!
TEXT EDITING NOTE:
All text can be edited inside the admin panel to preserve multi-language site functionality. All tags prefixed with "$templatefields" can be edited inside the CMS admin panel.
****/
$title = ($subsite) ? $subsite["Name"] : $templatefields["titletxtindex"];
// Header
LoadTemplate("tour/header.tpl", ["pagename" => "index", "title" => $title]);
?>
<?php if ($onpage == 1)
{ ?>
<!-- Model A-Z Links - Shown only if Plug-In is ebnabled-->
<?php if (!empty($plugins['contentasc']))
{ ?>
<?php include "template_sections/model_a-zlinks.tpl"; ?>
<?php } ?>
<!-- Site Photo, Movie and Model Totals -->
<div class="counts">
<?php include "template_sections/counts.tpl"; ?>
</div>
<!-- Coming Soon Updates -->
<?php LoadTemplate("template_sections/coming_soon.tpl"); ?>
<div class="left_column">
<!-- Latest Updates -->
<?php foreach
($setgroups as $setgroup)
{ ?>
<?php
$sets = $setgroup["sets"];
if (array_not_empty($sets))
{ ?>
<?php if ($setgroup["allsites"] == "1")
{ ?>
<div class="title_bar"><?php echo $templatefields["txtlatestnetworkupdates"]; ?></div>
<?php } else
{ ?>
<div class="title_bar"><?php echo $templatefields["txtlatestupdates"]; ?></div>
<?php } ?>
<div class="latest_updates_block">
<?php foreach
($sets as $set)
{ ?>
<!-- An update table include is shown for each update -->
<div class="latest_updates_wrapper">
<?php LoadTemplate("template_sections/update_table.tpl", ["set" => $set]); ?>
</div>
<?php } ?>
</div>
<br clear="all" />
<div>
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
</div>
<br />
<?php } ?>
<?php } ?>
<!--Latest DVDs-->
<?php if (array_not_empty($newdvds))
{ ?>
<div class="title_bar"><?php echo $templatefields["txtlatestdvds"]; ?></div>
<div class="table latest_dvds">
<div class="row">
<?php foreach
($newdvds as $dvd)
{ ?>
<div class="cell">
<a href="<?php echo DVDS_URL(["id" => $dvd["Id"], "dvd" => $dvd]) ?>"><?php
LoadTemplate("globals/stddvdimage.tpl", ["dvd" => $dvd, "priority" => 36, "class" => "dvdbox"]);
?></a>
</div>
<?php } ?>
</div>
</div>
<?php } ?>
<!-- Show If there is a What's Hot featured update or a poll -->
<?php if (array_not_empty($whatshot) || array_not_empty($polls))
{ ?>
<div class="table">
<div class="row">
<!-- What's Hot - Edit Limit Variable below to show more than 1 -->
<?php if (array_not_empty($whatshot))
{ ?>
<div class="cell_top">
<?php LoadTemplate("template_sections/whats_hot.tpl", ["limit" => 1]); ?>
</div>
<?php } ?>
<?php if (array_not_empty($polls))
{ ?>
<div class="cell_top">
<!-- Poll -->
<?php include "template_sections/poll.tpl"; ?>
</div>
<?php } ?>
</div>
</div>
<?php } ?>
<!-- Show Banner If Pro CMS Version and the Banners Plug-In is enabled and there's a banner set to this target zone -->
<?php if (hasBannerInZone("index_special", $banners, $plugins)) { ?>
<!-- Banner -->
<div class="title_bar"><?php echo $templatefields["txtspecialoffer"]; ?></div>
<div class="text_ad">
<?php LoadTemplate("template_sections/banner.tpl", ["zone" => "index_special", "allmodels" => 1, "allcats" => "1"]); ?>
</div>
<?php } ?>
</div>
<!-- Right Column -->
<div class="right_column">
<?php include "template_sections/rightcolumn.tpl"; ?>
</div>
</div>
<!-- Show when viewing additonal pages of latest updates -->
<?php } else
{
foreach
($setgroups as $setgroup)
{
$sets = $setgroup["sets"];
if (array_not_empty($sets))
{ ?>
<?php if ($setgroup["allsites"] == "1")
{ ?>
<div class="title_bar"><?php echo $templatefields["txtlatestnetworkupdates"]; ?></div>
<?php } else
{ ?>
<div class="title_bar"><?php echo $templatefields["txtlatestupdates"]; ?></div>
<?php } ?>
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
<div>
<?php foreach
($sets as $set)
{ ?>
<?php LoadTemplate("template_sections/update_table.tpl", ["set" => $set]); ?>
<?php } ?>
</div>
<div class="page_numbers_container">
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
</div>
<br />
<?php }
}
} ?>
<!-- Closing of content wrapper div opened inside header.tpl -->
</div>
<!--Footer-->
<?php include "tour/footer.tpl"; ?>