| 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.
*/ ?>
<?php $usepriority = 16;?>
<div class="update_details">
<!--Site Name-->
<?php include "globals/sitelink.tpl"; ?>
<!--Title-->
<a href="<?= Sets_URL(["id" => $model["Id"], "seoname" => $model["SEOname"], "model" => $model]); ?>"><?= $model["ModelName"] ?></a>
<br />
<span class="update_counts"><?= $templatefields["txtupdates"] ?>: <?= $model["setcount"] ?></span>
<br />
<!--This displays a thumbnail for the content set-->
<a href="<?= Sets_URL(["id" => $model["Id"], "seoname" => $model["SEOname"], "model" => $model]); ?>">
<?php LoadTemplate("globals/stdmodelimage.tpl", ["model" => $model, "class" => "category_model_thumb", "priority" => $usepriority]); ?>
</a>
<span class="update_date">
<!--Date-->
<?= $templatefields["txtadded"] ?> <?= $model["date"] ?>
</span>
<br />
<!--Rating-->
<?php LoadTemplate("globals/votefrm.tpl", ["type" => "model", "object" => $model]); ?>
</div>