24 lines
504 B
Plaintext
24 lines
504 B
Plaintext
|
<?page
|
||
|
TITLE=>News
|
||
|
BODY<=
|
||
|
|
||
|
We're open. That's enough news for now. Stay tuned.
|
||
|
|
||
|
<?_c <--- that's a comment. you may want to uncomment this to
|
||
|
embed a journal you keep for news. you'll need to
|
||
|
make a style, too. OR... just enter news here in
|
||
|
HTML or BML, but that's kinda ghetto when you have a
|
||
|
journal system already. :)
|
||
|
|
||
|
<?_code
|
||
|
|
||
|
use LWP::Simple;
|
||
|
return get("$LJ::SITEROOT/customview.cgi?user=news&styleid=5624");
|
||
|
|
||
|
_code?>
|
||
|
|
||
|
_c?>
|
||
|
|
||
|
<=BODY
|
||
|
page?>
|