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.
My theme is working as expected but i still get errors showing up in dblog.
The message is:
User error: "sidebar_first_width" is an invalid render array key in Drupal\Core\Render\Element::children() (line 97 of /home/{user}/public_html/core/lib/Drupal/Core/Render/Element.php).
Hi every one, there is something i don't get in drupal theming i think, if i create a content type lets say Bikes, i add 20 bikes, i create a view Bike-listing that list the 20 bikes, when i click on one of the bike (thru the content link i added in my view) it send me to the full content page of this bike but is there a way to also attach a custom view to this page ?