The secure CMS.
Welcome to Geeklog Wednesday, May 22 2013 @ 02:47 AM EDT
The following comments are owned by whomever posted them. This site is not responsible for what they say.
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Actually, I don\'t quite see the point of it. Blocks are called by Geeklog without any arguments anyway, so why do you want to add some?
Maybe you can give an exmaple of what you\'re trying to accomplish?
bye, Dirk
For example:
function phpblock_downloads () {
global $_CONF, $PHP_SELF, $HTTP_POST_VARS;
$sortby = $HTTP_POST_VARS[\'sortby\'];
$path = $_CONF[\'path_html\'] . \"pafiledb3/includes\";
include_once($path . \"/display_dls.php\");
$display = getdls($sortby);
return $display;
}
The include file display_dls.php does all the work.