]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-surfbar_frame_top.php
Added more wrapper, commented out another noisy debug line
[mailer.git] / inc / js / js-surfbar_frame_top.php
index cc9c63e55c73cad143e55c238f62312db75362b9..2013426452398db8242bdf715504dc3f72f5fa7a 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -43,19 +43,19 @@ if (!defined('__SECURITY')) {
 }
 
 // Init surfbar
-SURFBAR_INIT();
+initSurfbar();
 
 // Init data
-SURFBAR_DETERMINE_NEXT_ID(getRequestElement('url_id'));
+determineSurfbarNextId(getRequestElement('url_id'));
 
 // Check reload-locks
-SURFBAR_CHECK_RELOAD_FULL();
+isSurfbarReloadFull();
 
 // Prepare content
 $content = array(
        'url_id' => bigintval(getRequestElement('url_id')),
-       'check'  => SURFBAR_GENERATE_VALIDATION_CODE(getRequestElement('url_id'), SURFBAR_GET_LAST_SALT()),
-       'salt'   => SURFBAR_GET_LAST_SALT(),
+       'check'  => generateSurfbarValidationCode(getRequestElement('url_id'), gerSurfbarLastSalt()),
+       'salt'   => gerSurfbarLastSalt(),
 );
 
 // Load template