No changes

This commit is contained in:
Frank Harris 2025-09-11 13:29:15 -04:00
parent 8680a02b13
commit b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php defined("NET2FTP") or die("Direct access to this location is not allowed."); ?>
<!-- Template /skins/blue/browse_main.template.php begin -->
<?php
if ($net2ftp_globals["viewmode"] != "icons") {
require_once($net2ftp_globals["application_skinsdir"] . "/blue/browse_main_details.template.php");
}
else {
require_once($net2ftp_globals["application_skinsdir"] . "/blue/browse_main_icons.template.php");
}
?>
<!-- Template /skins/blue/browse_main.template.php end -->