Hi all, i'm trying to create my own layout, in the documentation there's written "See Layouter Extension Example module for details (you'll find it in modules/layouter_extension_example sub-directory)." but i can't find it.
Is there a place where to find this example? Thanks!
Comments
Comment #1
francescoq commentedHi, i've done in this way:
I've implemented those hooks:
hook_layouter_templates().
hook_theme().
hook_form_FORM_ID_alter().
and the two functions for the form and the form submit.
Then i've created the css to show the thumbnail of the template
and the tpl.php file to show my layout...
It seems everything ok to me...
Comment #3
adci_contributor commentedHello Francesco! Thank you for your feedback.
It seems Example Module was lost accidentally. We've restored it back at the 7.x-1.7 release.
Thanks again for your attentiveness.
// Your way to create own layout is great. I'm really glad to see, that our hooks is used by other members of Drupal Community.