Gossamer Forum
Home : Products : Gossamer Links : Discussions :

More than one inheritance

Quote Reply
More than one inheritance
Is it possible to make the .tplinfo look in more than one directory?


{
inheritance => '../browser'
}

~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] More than one inheritance In reply to
Give it an array ref:
Code:
{
inheritance => ['../foo', '../bar']
}

Adrian