D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
notifier
/
views
/
scripts
/
coupons
/
Filename :
index.phtml
back
Copy
<?php // Copyright 1999-2024. WebPros International GmbH. All rights reserved. ?> <h3><?php echo $this->title; ?></h3> <div class="msg-box msg-<?php echo $this->msgType; ?>" xmlns="http://www.w3.org/1999/html"> <div class="msg-content"> <?php echo $this->message; ?> </div> </div>