2012-10-08, 09:50:23
Belletage Wrote:thank you, mvlcek
For Exec-PHP the code wasshould I place for dynpages the php-code like that?Code:<!--?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?-->
does dynpages recognize php like that? You have some examples?Code:<!--{% guestbook sv_book('belle', 3, 'D', 'Y', 'Y'); %}-->
<!--{% dynpages <?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?> %}-->
<!--{% dynpages sv_book('belle', 3, 'D', 'Y', 'Y'); %}-->
best, Bell.
You have to create a component e.g. svbook (Admin Themes/Components) with the code, i.e. in your case the following content:
Code:
<?php sv_book('belle', 3, 'D', 'Y', 'Y'); ?>