Last active
June 12, 2017 15:03
-
-
Save colomet/7d30eef2f7bd2ad81301b335d6e3c673 to your computer and use it in GitHub Desktop.
Pressbooks Related Content - How to show fileds in template files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $resources= new Pb_Rc_Chapter('Pressbooks-related-content', '0.1' ); | |
| $resources-> print_chapter_r_fields(); | |
| ?> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The necesary code for the sidebar that shows all the fields from PB Related Content.