Re: [phpWebLog-devel] phpWebLog blocks
Brought to you by:
openface
|
From: Jason H. <ja...@gr...> - 2000-06-14 05:55:02
|
For something like this, I would imagine a web-interface it not really
appropriate when all you would need to do is edit inc.d/blocks.inc and
add a stanza like:
<?php
F_start("Title of your block");
print "whatever code goes here";
F_end();
?>
Theodore wrote:
>
> I was thinking that if the blocks were in their own files instead of in the
> database then you could use php code in them... or could you eval() them?
>
|