By Dripman on
witch files (minimum) i have to put in my theme folder, that drupal system can work?
And what must be is files?
witch files (minimum) i have to put in my theme folder, that drupal system can work?
And what must be is files?
Comments
Go through the tutorial
Go through the tutorial
http://drupal.org/theme-guide/6
theme() function
What does theme() function mean?
Example: <?PHP echo theme('links', $secondary_links, array('class' => 'links secondary-links')); ?>
And where it can be used else?
Hey? Can anybody answer?
Hey? Can anybody answer?
here's a description of that function
http://api.drupal.org/api/function/theme/6