kanoi
10 years ago
3 changed files with 30 additions and 4 deletions
@ -0,0 +1,15 @@
|
||||
<?php |
||||
# |
||||
include_once('page_blocks.php'); |
||||
# |
||||
function dopblocks($data, $user) |
||||
{ |
||||
return doblocks($data, null); |
||||
} |
||||
# |
||||
function show_pblocks($page, $menu, $name, $user) |
||||
{ |
||||
gopage(NULL, 'dopblocks', $page, $menu, $name, $user); |
||||
} |
||||
# |
||||
?> |
Loading…
Reference in new issue