ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
2026-09-12 12:45:14
Editing: layout.phtml
Cancel
Save Changes
<?php echo $this->doctype('XHTML1_TRANSITIONAL'); ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php echo $title ?></title> <?php $this->printLayoutHead(); ?> </head> <body> <?php echo $this->placeholder('body-start'); ?> <div class="am-layout"> <a name="top"></a> <div class="am-header"> <div class="am-header-content-wrapper am-main"> <div class="am-header-content"> <img src="<?php echo $this->_scriptImg('/header-logo.png') ?>" alt="aMember Pro" /> </div> </div> </div> <div class="am-header-line"> </div> <div class="am-body"> <div class="am-body-content-wrapper am-main"> <div class="am-body-content"> <?php $this->blocks('content/before'); ?> <?php include $this->_script('_top.phtml'); ?> <?php if (empty($this->layoutNoTitle)): ?> <h1><?php echo $title ?></h1> <?php endif; ?> <!-- content starts here --> <?php echo $content ?> </div> </div> </div> </div> <div class="am-footer"> <div class="am-footer-content-wrapper am-main"> <div class="am-footer-content"> <div class="am-footer-actions"> <a href="#top"><img src="<?php echo $this->_scriptImg('/top.png') ?>" /></a> </div> Built on <a href="http://www.amember.com/p/" style="text-decoration: none;">aMember Pro™ membership software</a> </div> </div> </div> <?php echo $this->placeholder('body-finish'); ?> </body> </html>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete