Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php // $Id: page.tpl.php,v 1.4 2010/04/24 13:19:56 antsin Exp $ /* +-------------------..
Decoded Output download
<?php
// $Id: page.tpl.php,v 1.4 2010/04/24 13:19:56 antsin Exp $
/*
+----------------------------------------------------------------+
| BlogBuzz for Dupal 6.x - Version 2.0 |
| Copyright (C) 2010 Antsin.com All Rights Reserved. |
| @license - GNU GENERAL PUBLIC LICENSE |
|----------------------------------------------------------------|
| Theme Name: BlogBuzz |
| Description: BlogBuzz by Antsin |
| Author: Antsin.com |
| Website: http://www.antsin.com/ |
|----------------------------------------------------------------+
*/
?>
<!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>
<title><?php print $head_title; ?></title>
<?php print $head; ?>
<?php print $styles; ?>
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" href="<?php print base_path().path_to_theme(); ?>/css/ie7.css" media="screen">
<![endif]-->
<!--[if IE 8]>
<link type="text/css" rel="stylesheet" href="<?php print base_path().path_to_theme(); ?>/css/ie8.css" media="screen">
<![endif]-->
<?php print $scripts; ?>
</head>
<body class="<?php print $body_classes; ?>">
<div id="page"><div id="page-inner">
<?php if ($secondary_links): ?>
<div id="secondary"><div id="secondary-inner">
<?php print theme('links', $secondary_links); ?>
</div></div> <!-- /#secondary-inner, /#secondary -->
<?php endif; ?>
<div id="header"><div id="header-inner" class="clear-block">
<?php if ($logo || $site_name || $site_slogan): ?>
<div id="logo-title">
<?php if ($logo): ?>
<div id="logo"><a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo-image" /></a></div>
<?php endif; ?>
<div id="site-name-slogan">
<?php if ($site_name): ?>
<h1 id="site-name"><a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"><?php print $site_name; ?></a></h1>
<?php endif; ?>
<?php if ($site_slogan): ?>
<span id="site-slogan"><?php print $site_slogan; ?></span>
<?php endif; ?>
</div>
</div> <!-- /#logo-title -->
<?php endif; ?>
<?php if ($header): ?>
<div id="header-blocks">
<?php print $header; ?>
</div> <!-- /#header-blocks -->
<?php endif; ?>
</div></div> <!-- /#header-inner, /#header -->
<?php if ($primary_links): ?>
<div id="primary"><div id="primary-inner" class="clear-block">
<?php print menu_tree($menu_name = 'primary-links'); ?>
</div></div>
<?php endif; ?> <!-- /#primary -->
<div id="main">
<div id="main-inner">
<div class="clear-block">
<?php if ($showcase): ?>
<div id="showcase" ><div id="showcase-inner" class="clear-block">
<?php print $showcase; ?>
</div></div>
<?php endif; ?>
<div id="content">
<?php if ($breadcrumb && $breadcrumb != '<div class="breadcrumb"></div>'): print '<div id="breadcrumb">'.t('You are here: ').$breadcrumb.'</div>';
else: print '<div id="breadcrumb">'.t('You are here: ').'<a href="/">Home</a></div>';
endif; ?>
<div id="content-inner">
<?php if ($title || $tabs || $help || $messages): ?>
<div id="content-header">
<?php if ($title): ?>
<h1 class="title"><?php print $title; ?></h1>
<?php endif; ?>
<?php print $messages; ?>
<?php if ($tabs): ?>
<div class="tabs"><?php print $tabs; ?></div>
<?php endif; ?>
<?php print $help; ?>
</div> <!-- /#content-header -->
<?php endif; ?>
<?php print $content; ?>
</div> <!-- /#content-inner -->
</div> <!-- /#content -->
<?php if ($left): ?>
<div id="sidebar-left">
<?php print $left; ?>
</div> <!-- /#sidebar-left -->
<?php endif; ?>
<?php if ($right): ?>
<div id="sidebar-right">
<?php print $right; ?>
</div> <!-- /#sidebar-right -->
<?php endif; ?>
</div>
<?php if ($main_bottom_one || $main_bottom_two || $main_bottom_three || $main_bottom_four): ?>
<div id="main-bottom"><div id="main-bottom-inner" class="<?php print $main_bottom; ?> clear-block">
<?php if ($main_bottom_one): ?>
<div id="main-bottom-one" class="column">
<?php print $main_bottom_one; ?>
</div><!-- /main-bottom-one -->
<?php endif; ?>
<?php if ($main_bottom_two): ?>
<div id="main-bottom-two" class="column">
<?php print $main_bottom_two; ?>
</div><!-- /main-bottom-two -->
<?php endif; ?>
<?php if ($main_bottom_three): ?>
<div id="main-bottom-three" class="column">
<?php print $main_bottom_three; ?>
</div><!-- /main-bottom-three -->
<?php endif; ?>
<?php if ($main_bottom_four): ?>
<div id="main-bottom-four" class="column">
<?php print $main_bottom_four; ?>
</div><!-- /main-bottom-four -->
<?php endif; ?>
</div></div>
<?php endif; ?>
</div>
</div><!-- /#main-inner, /#main -->
<?php if ($footer_one || $footer_two || $footer_three || $footer_four): ?>
<div id="footer"><div id="footer-inner" class="<?php print $footer; ?> clear-block">
<?php if ($footer_one): ?>
<div id="footer-one" class="column">
<?php print $footer_one; ?>
</div><!-- /footer-one -->
<?php endif; ?>
<?php if ($footer_two): ?>
<div id="footer-two" class="column">
<?php print $footer_two; ?>
</div><!-- /footer-two -->
<?php endif; ?>
<?php if ($footer_three): ?>
<div id="footer-three" class="column">
<?php print $footer_three; ?>
</div><!-- /footer-three -->
<?php endif; ?>
<?php if ($footer_four): ?>
<div id="footer-four" class="column">
<?php print $footer_four; ?>
</div><!-- /footer-four -->
<?php endif; ?>
</div></div> <!-- /#footer-inner, /#footer -->
<?php endif; ?>
<div id="closure"><div id="closure-inner"><div id="designed-by"><small><a href="http://www.antsin.com/en/" title="Drupal Theme">Designed by Antsin.com</a></small></div><?php print $closure_region; ?></div></div>
</div></div> <!-- /#page-inner, /#page -->
<?php print $closure; ?>
</body>
</html>
Did this file decode correctly?
Original Code
<?php
// $Id: page.tpl.php,v 1.4 2010/04/24 13:19:56 antsin Exp $
/*
+----------------------------------------------------------------+
| BlogBuzz for Dupal 6.x - Version 2.0 |
| Copyright (C) 2010 Antsin.com All Rights Reserved. |
| @license - GNU GENERAL PUBLIC LICENSE |
|----------------------------------------------------------------|
| Theme Name: BlogBuzz |
| Description: BlogBuzz by Antsin |
| Author: Antsin.com |
| Website: http://www.antsin.com/ |
|----------------------------------------------------------------+
*/
?>
<!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>
<title><?php print $head_title; ?></title>
<?php print $head; ?>
<?php print $styles; ?>
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" href="<?php print base_path().path_to_theme(); ?>/css/ie7.css" media="screen">
<![endif]-->
<!--[if IE 8]>
<link type="text/css" rel="stylesheet" href="<?php print base_path().path_to_theme(); ?>/css/ie8.css" media="screen">
<![endif]-->
<?php print $scripts; ?>
</head>
<body class="<?php print $body_classes; ?>">
<div id="page"><div id="page-inner">
<?php if ($secondary_links): ?>
<div id="secondary"><div id="secondary-inner">
<?php print theme('links', $secondary_links); ?>
</div></div> <!-- /#secondary-inner, /#secondary -->
<?php endif; ?>
<div id="header"><div id="header-inner" class="clear-block">
<?php if ($logo || $site_name || $site_slogan): ?>
<div id="logo-title">
<?php if ($logo): ?>
<div id="logo"><a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo-image" /></a></div>
<?php endif; ?>
<div id="site-name-slogan">
<?php if ($site_name): ?>
<h1 id="site-name"><a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"><?php print $site_name; ?></a></h1>
<?php endif; ?>
<?php if ($site_slogan): ?>
<span id="site-slogan"><?php print $site_slogan; ?></span>
<?php endif; ?>
</div>
</div> <!-- /#logo-title -->
<?php endif; ?>
<?php if ($header): ?>
<div id="header-blocks">
<?php print $header; ?>
</div> <!-- /#header-blocks -->
<?php endif; ?>
</div></div> <!-- /#header-inner, /#header -->
<?php if ($primary_links): ?>
<div id="primary"><div id="primary-inner" class="clear-block">
<?php print menu_tree($menu_name = 'primary-links'); ?>
</div></div>
<?php endif; ?> <!-- /#primary -->
<div id="main">
<div id="main-inner">
<div class="clear-block">
<?php if ($showcase): ?>
<div id="showcase" ><div id="showcase-inner" class="clear-block">
<?php print $showcase; ?>
</div></div>
<?php endif; ?>
<div id="content">
<?php if ($breadcrumb && $breadcrumb != '<div class="breadcrumb"></div>'): print '<div id="breadcrumb">'.t('You are here: ').$breadcrumb.'</div>';
else: print '<div id="breadcrumb">'.t('You are here: ').'<a href="/">Home</a></div>';
endif; ?>
<div id="content-inner">
<?php if ($title || $tabs || $help || $messages): ?>
<div id="content-header">
<?php if ($title): ?>
<h1 class="title"><?php print $title; ?></h1>
<?php endif; ?>
<?php print $messages; ?>
<?php if ($tabs): ?>
<div class="tabs"><?php print $tabs; ?></div>
<?php endif; ?>
<?php print $help; ?>
</div> <!-- /#content-header -->
<?php endif; ?>
<?php print $content; ?>
</div> <!-- /#content-inner -->
</div> <!-- /#content -->
<?php if ($left): ?>
<div id="sidebar-left">
<?php print $left; ?>
</div> <!-- /#sidebar-left -->
<?php endif; ?>
<?php if ($right): ?>
<div id="sidebar-right">
<?php print $right; ?>
</div> <!-- /#sidebar-right -->
<?php endif; ?>
</div>
<?php if ($main_bottom_one || $main_bottom_two || $main_bottom_three || $main_bottom_four): ?>
<div id="main-bottom"><div id="main-bottom-inner" class="<?php print $main_bottom; ?> clear-block">
<?php if ($main_bottom_one): ?>
<div id="main-bottom-one" class="column">
<?php print $main_bottom_one; ?>
</div><!-- /main-bottom-one -->
<?php endif; ?>
<?php if ($main_bottom_two): ?>
<div id="main-bottom-two" class="column">
<?php print $main_bottom_two; ?>
</div><!-- /main-bottom-two -->
<?php endif; ?>
<?php if ($main_bottom_three): ?>
<div id="main-bottom-three" class="column">
<?php print $main_bottom_three; ?>
</div><!-- /main-bottom-three -->
<?php endif; ?>
<?php if ($main_bottom_four): ?>
<div id="main-bottom-four" class="column">
<?php print $main_bottom_four; ?>
</div><!-- /main-bottom-four -->
<?php endif; ?>
</div></div>
<?php endif; ?>
</div>
</div><!-- /#main-inner, /#main -->
<?php if ($footer_one || $footer_two || $footer_three || $footer_four): ?>
<div id="footer"><div id="footer-inner" class="<?php print $footer; ?> clear-block">
<?php if ($footer_one): ?>
<div id="footer-one" class="column">
<?php print $footer_one; ?>
</div><!-- /footer-one -->
<?php endif; ?>
<?php if ($footer_two): ?>
<div id="footer-two" class="column">
<?php print $footer_two; ?>
</div><!-- /footer-two -->
<?php endif; ?>
<?php if ($footer_three): ?>
<div id="footer-three" class="column">
<?php print $footer_three; ?>
</div><!-- /footer-three -->
<?php endif; ?>
<?php if ($footer_four): ?>
<div id="footer-four" class="column">
<?php print $footer_four; ?>
</div><!-- /footer-four -->
<?php endif; ?>
</div></div> <!-- /#footer-inner, /#footer -->
<?php endif; ?>
<div id="closure"><div id="closure-inner"><div id="designed-by"><small><a href="http://www.antsin.com/en/" title="Drupal Theme">Designed by Antsin.com</a></small></div><?php print $closure_region; ?></div></div>
</div></div> <!-- /#page-inner, /#page -->
<?php print $closure; ?>
</body>
</html>
Function Calls
None |
Stats
MD5 | 6a8e657586444632dff95197ff0ee58a |
Eval Count | 0 |
Decode Time | 107 ms |