One Hat Cyber Team
Your IP :
172.70.179.113
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
theme
/
dev
/
components
/
product
/
View File Name :
_product.pug
//- Product @param {object} data - product data object @param {string} data.img - image name|path @param {string} data.title - product title @param {string} data.price - product price mixin product-simple( data ) // Product .product.product-simple&attributes( attributes ) a.product-media( href='single-product.html' ) +img( data.img ) h4.product-title: a( href='single-product.html' )= data.title .h4.product-price= `$${data.price}` //- Product small @param {object} data - product data object @param {string} data.title - product title @param {string} data.img - product image @param {string} data.link - product link @param {string} data.price - product price mixin product-small( data ) // Product small .product.product-small&attributes( attributes ) a.product-img-link( href= data.link ? data.link : 'single-product.html' ) +img( data.img ) .product-body h5.product-title: a( href= data.link ? data.link : 'single-product.html' )= data.title .product-price= `$${data.price}`