Forum OpenACS Q&A: Re: how to include bookshelf-titles-include on homepage

Collapse
Posted by xx xx on
You probably need to add the package_id. If you have only one instance of the bookshelf package, try:

In ADP:
<include src="/packages/bookshelf/www/bookshelf-titles-include" package_id=@bookshelf_package_id@>

In TCL:
set bookshelf_package_id [apm_package_id_from_key "bookshelf"]