D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
layouts
/
Filename :
saas.phtml
back
Copy
<!DOCTYPE html> <html> <head> <?=$this->headTitle()?> <?=$this->headStyle()?> <?=$this->headLink()?> <?=$this->headScript()?> </head> <body> <div class="page-container" style="position: relative; display: table; width: 100%; height: 100%; table-layout: fixed;"> <div style="padding: 20px;"> <?php echo $this->layout()->content; ?> </div> </div> </body> </html>