Re: [symfony-users] organizing partials in folders

2010-08-21 Thread Alexandre Salomé
He is looking for a module "folder". Try setting explicitly your module : include_partial('my_module/folder/headline_news'); But (maybe) you will have to put _ on folders : /modules/my_module/templates/_folder/headline_new Alex' Le 19/08/10 22:24, Joshua a écrit : include_partial("headline

[symfony-users] organizing partials in folders

2010-08-19 Thread Joshua
include_partial("headline_news"); How can I do this with partial _headline_news.php inside a folder within templates? If I try something like project_root/apps/frontend/modules/some_module/templates/folder/ _headline_news.php Then in the template index include_partial("folder/headline_news"); Th

[symfony-users] organizing partials in folders

2010-04-16 Thread Joshua
include_partial("headline_news"); How can I do this with partial _headline_news.php inside a folder within templates? If I try include_partial("folder/headline_news"); The template "_headline_news.php" does not exist or is unreadable in "". -- If you want to report a vulnerability issue on symf