Apologies for the simplicity and/or stupidity of this question but I'm not particularly in the know when it comes to Drupal (although I've been using a Drupal-driven site on a daily basis for over 12 months).
The site is hosted on a server that my web designer (who I don't have contact with anymore) told me did not support automatic cron jobs. He used to do them for me (manually?) on a periodic basis but it seems the last one was performed over 27 weeks ago!
On Monday (9/10), after being offline for five years, we relaunched the online community CONK! at its original URL at http://conk.com . After three months of platform evaluation, we chose Drupal as our CMS - and we are extremely pleased both with our decision and the results we achieved with it.
HI
I am facing the problem with theme.I wrote one function i.e
$items[] =array('path'=> 'home/theme',
'title' => t('Themes'),
'callback' => 'theme_function',
'access' => user_access('can use theme'));
'type' => MENU_CALLBACK);