You are hereBlogs / puneet's blog / theming on new custome module

theming on new custome module


By puneet - Posted on 06 June 2009

Tags : drupal theme

Hello Sarkar,

 

I am facing a problem with theming, when i installed a new fresh drupal
and then i create a cusome module like employee,   then functios are
working but theme is not apperaing on those menus. les take an
example:=

function employee_hook() {

path = employee/home

callback = employee_home

}

function employee_home(){

echo "aa";

}

 

so the problem is "aa"  is apperaing but theme is not coming over this menu,

what should be the problem ?

Thanks for taking the time to discuss and share this with us, I for one feel strongly about it and really enjoyed learning more about this topic. I can see that you possess a degree of expertise on this subject, I would very a lot like to hear much more from you on this matter
====================================
Testking 70-662== Testking 70-649== Testking 220-701== Testking 1Y0-A19== Testking E20-001== Testking 642-832== Testking 640-721== Testking 70-667==

use return 'aa'; echo 'aa' will treated as ajax request.