| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 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/college-uniform.com/public_html/members/ |
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 = $templatefields["titletxtmodelindex"];
// Header
LoadTemplate("header.tpl", ["pagename" => "models", "title" => $title]);
?>
<!-- Show Banner If Pro CMS Version and the Banners Plug-In is enabled and there's a banner set to this target zone -->
<?php LoadTemplate("template_sections/banner.tpl", ["zone" => "sets"]); ?>
<br />
<!--Model A-Z Links-->
<?php include "template_sections/model_a-zlinks.tpl"; ?>
<br clear="all">
<!--Title-->
<div class="title_bar"><?= $templatefields["titletxtmodelindex"] ?></div>
<!-- Show Sort Option Links for Most Recent, Most Popular and Name/Title -->
<?php LoadTemplate("globals/sort_options.tpl"); ?>
<br />
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
<!-- This Includes The Template To Show Each Model -->
<div class="category_listing_block">
<?php foreach
($models as $model)
{ ?>
<div class="category_listing_wrapper_models">
<?php LoadTemplate("template_sections/models_page_listing.tpl", ["model" => $model]); ?>
</div>
<?php } ?>
<?php if (!array_not_empty($models))
{ ?>
<?= $templatefields["txtnolistings"] ?>
<?php } ?>
</div>
<!-- Page Navigation Numbers -->
<?php LoadTemplate("globals/pagenav.tpl"); ?>
<!--Footer-->
<?php include "footer.tpl"; ?>