| 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("header.tpl", ["pagename" => "index", "title" => $title]);
?>
<?php if ($onpage == 1 && ($index_sort == $index_sort_default))
{ ?>
<!-- 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>
<br clear="all" />
<!-- VOD Purchases -->
<?php LoadTemplate("template_sections/your_purchases.tpl"); ?>
<!-- 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"><?= $templatefields["txtlatestnetworkupdates"]; ?></div>
<?php } elseif ($index_sort == "d") { ?>
<div class="title_bar"><?= $templatefields["txtlatestupdates"]; ?></div>
<?php } else { ?>
<div class="title_bar"><?= $templatefields["txtallupdates"]; ?></div>
<?php } ?>
<?php LoadTemplate("globals/sort_options.tpl"); ?>
<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 class="index_pagenav">
<!-- 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" => 16, "class" => "latest_dvd_box"]); ?></a>
</div>
<?php } ?>
</div>
</div>
<?php } ?>
<div class="table">
<div class="row">
<?php if (hasBannerInZone("index_special", $banners, $plugins)) { ?>
<!-- Show Banner If Pro CMS Version and the Banners Plug-In is enabled and there is a banner set to this target zone -->
<div class="cell_top offer">
<!-- 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>
</div>
<?php } ?>
<?php if (array_not_empty($polls)) { ?>
<!-- Show If there is a poll -->
<div class="cell_top">
<!-- Poll -->
<?php include "template_sections/poll.tpl"; ?>
</div>
<?php } ?>
</div>
</div>
<!-- Show If there are Whats Hot featured updates -->
<?php if (array_not_empty($whatshot) || array_not_empty($polls)) { ?>
<div class="table">
<div class="row">
<!-- Whats Hot - Edit Limit Variable below to show more than 3 -->
<?php if (array_not_empty($whatshot)) { ?>
<div class="cell">
<?php LoadTemplate("template_sections/whats_hot.tpl", ["limit" => 3]); ?>
</div>
<?php } ?>
</div>
</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
{ ?>
<?php foreach
($setgroups as $setgroup)
{
$sets = $setgroup["sets"];
if (array_not_empty($sets))
{ ?>
<?php if ($setgroup["allsites"] == "1") { ?>
<div class="title_bar"><?= $templatefields["txtlatestnetworkupdates"]; ?></div>
<?php } elseif ($index_sort == "d") { ?>
<div class="title_bar"><?= $templatefields["txtlatestupdates"]; ?></div>
<?php } else { ?>
<div class="title_bar"><?= $templatefields["txtallupdates"]; ?></div>
<?php } ?>
<?php LoadTemplate("globals/sort_options.tpl"); ?>
<br />
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
<div class="latest_updates_block">
<?php foreach
($sets as $set)
{ ?>
<div class="category_listing_wrapper_updates">
<?php LoadTemplate("template_sections/update_table.tpl", ["set" => $set]); ?>
</div>
<?php } ?>
</div>
<div class="page_numbers_container">
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
</div>
<br />
<?php }
} ?>
<?php } ?>
<!--Footer-->
<?php include "footer.tpl"; ?>