Posted by Sergey
2017-10-20

I want that in the top menu, after <body> be this:

<?php $post = $hm->Zb('rs:def:hello_razdel');

echo $post;?> ... not working, just right by letters rs:def:hello_razdel. What i'm doing wrong?
Posted by Tom
2017-10-21

>I want that in the top menu, after <body> be this:

No, you can't. You can only put it between
<?php while( $hm->zb('@rs:def:begin_table') ) { ?>
and
<?php } ?>