NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
entrepot
/
wp-content
/
plugins
/
thim-core
/
templates
/
modals
/
Name
Size
Perms
Actions
📄 cookie-consent.php
4,772 B
0644
Edit
|
Chmod
|
Delete
📄 iframe.php
470 B
0644
Edit
|
Chmod
|
Delete
📄 master.php
339 B
0644
Edit
|
Chmod
|
Delete
Editing: master.php
<div class="tc-modal md-modal md-effect-16" id="<?php echo esc_attr( $args['id'] ); ?>" data-template="<?php echo esc_attr( $args['id'] ); ?>"> </div> <div class="md-overlay"></div> <script type="text/html" id="tmpl-<?php echo esc_attr( $args['id'] ); ?>"> <div class="md-content"> <?php echo $args['html']; ?> </div> </script>
Cancel