D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
hrfiudwx
/
yamond.com
/
dup-installer
/
templates
/
default
/
scripts
/
modules
/
Filename :
top-page-messages.php
back
Copy
<?php /** * * @package templates/default */ defined('ABSPATH') || defined('DUPXABSPATH') || exit; ?> <script> DUPX.topMessages = { wrapper: null, empty: function () { this.wrapper.empty(); }, add: function (html) { this.wrapper.html(html); } }; $(document).ready(function () { DUPX.topMessages.wrapper = $('#page-top-messages'); }); </script>