Creating content input form with custom theme (Drupal)
Posted
by AndrewSmith
on Stack Overflow
See other posts from Stack Overflow
or by AndrewSmith
Published on 2010-04-28T23:56:44Z
Indexed on
2010/04/29
22:27 UTC
Read the original article
Hit count: 244
I'm creating a site which I want to place content input form in custom themed template. I opted to do this because I wanted the whole site to be looked uniform. That said, I'm not sure as to what is the best approach to do this. Is it proper to invoke hook_insert/delete/update and hook_perm/hook_access by myself or is there anyway I can still use my custom theme and write a code in a way that drupal would take care of invoking appropriate hooks accordingly? Thanks in advance
PS : I'm on drupal 6.x
© Stack Overflow or respective owner