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$ /** * Implementation of hook_settings() for themes. */ function sandium_s..
Decoded Output download
<?php
// $Id$
/**
* Implementation of hook_settings() for themes.
*/
function sandium_settings($settings) {
drupal_add_js(drupal_get_path('theme', 'sandium') .'/js/superfish.js');
drupal_add_js(drupal_get_path('theme', 'sandium') .'/js/supersub.js');
drupal_add_css(drupal_get_path('theme', 'sandium') .'style.css');
$block = module_invoke($menu, 'block', 'view', $delta);
print $block['content'];
}
?>
Did this file decode correctly?
Original Code
<?php
// $Id$
/**
* Implementation of hook_settings() for themes.
*/
function sandium_settings($settings) {
drupal_add_js(drupal_get_path('theme', 'sandium') .'/js/superfish.js');
drupal_add_js(drupal_get_path('theme', 'sandium') .'/js/supersub.js');
drupal_add_css(drupal_get_path('theme', 'sandium') .'style.css');
$block = module_invoke($menu, 'block', 'view', $delta);
print $block['content'];
}
Function Calls
None |
Stats
MD5 | 5b8929cc611fbd0715248bfd93f198f8 |
Eval Count | 0 |
Decode Time | 99 ms |