Explain hardcoding in drupal ?
Answer / Girish Chandra Asrekar
Hardcoding refers to writing static HTML, CSS, or PHP directly into a Drupal template file instead of using Drupal's built-in theming functions. This practice is generally discouraged as it can make the site harder to maintain and update.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to make my drupal site offline to public, while it is under construction?
What is authenticated user?
What is drupal distribution?
What is drupal child?
How will you add the fields inside the panels?
Is drupal a database software?
Explain the path system of drupal?
Does drupal enable search engine friendly urls?
Why ca not a drupal user edit a node they created?
How will you avoid sql injection?
How to add custom php codes in my drupal pages or blocks?
How can we add regions in drupal theme and list some default regions?