> How can I run Perl script on midgard site. I used SSI till now.
> Maybe I have something like "coma" but I don't know.

To run scripts you can use the usual PHP functions. Check out the PHP
manual at http://www.php.net/

> Ah! The second question ( I asked before):
> I copied it and pasted:  <[head-description]>
> I cannot change it , it's inactive.

Then it's probably not defined. Create it and it will appear in the
collapsed
style display.

> Topics and Articles work great! But.....
> the site title changed very special way. I go to topic 25 and there's
> 25 article's title. oooops....
> the code is:
> <title><?
> if ($article) {
>  ?>abc -
> &(article.title);<? }
> elseif ($topic) {
> ?>
> abc  -
> &(topic.name);<?
>  } else {
>  ?>abc - <(title)><? }
> ?></title>

So it looks like $article is set somewhere in a page element.

Emile

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to