View Single Post
Old 03-06-2016, 10:13 AM   #6
MontyJ
Addict
MontyJ began at the beginning.
 
Posts: 224
Karma: 10
Join Date: Jul 2012
Device: Kindle
Quote:
Originally Posted by eschwartz View Post
The basic idea looks like this:

Code:
program:

switch(
    current_library_name(),
    'libraryname1',
    template1,
    'libraryname2',
    template2,
    'libraryname3',
    template3,
    fallback_template
)
Thanks for this! I need to learn how to do this, at least in some minimal form. Let me see how far I get; I will probably be back with some noob type questions, LoL.
MontyJ is offline   Reply With Quote