Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hay Guys i want generate a CSV file i create function (generate_contactForm_data()) ho generate my file know i want to associate the function white the menu link if some one can help me plz
thenk you
I wrote a module that shows a content of the database. The controller in src\Controller calls a database select clause that should retrieve the most current data from the database (the database call is in the class in src directory of the module).
I created a subtheme for my bootstrap theme and added a new container for a header image.
Unfortunately, the width of this cointainer doesn't fit to the width of the other containers, like the navbar.
I've tried to add "margin-right: 30px" to fix the overlapping, but that didn't work.