Update of /cvsroot/phpslash/phpslash-ft/public_html/admin
In directory usw-pr-cvs1:/tmp/cvs-serv24474/phpslash-ft/public_html/admin
Modified Files:
blockAdmin.php3
Log Message:
add/remove block_types
Index: blockAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/blockAdmin.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** blockAdmin.php3 2002/02/01 04:23:52 1.2
--- blockAdmin.php3 2002/02/01 21:38:57 1.3
***************
*** 50,53 ****
--- 50,54 ----
$block->newBlock(); /* prints the new block form */
$block->listBlock(); /* prints a list of current blocks */
+ $block->listBlockTypes($option, $name); /* optional block type management */
}
} else {
|