function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; }
Skip to content

Daniel Fishman

not that anyone cares
  • Home
  • Contact
  • Menu

Drupal Theming – A Basic Primer on Template.php and Template Files

Posted on 2015-09-112015-09-11 by Daniel Fishman

[[{“type”:”media”,”view_mode”:”media_large”,”fid”:”376″,”attributes”:{“alt”:””,”class”:”media-image”,”style”:”width: 200px; height: 206px;”}}]]

Drupal themeing article by kristin brinner.  

 

Posted in Uncategorized and tagged article, Drupal, theme, theming, tutorial.

Post navigation

← Stupid Patent of the Month
Librarian of Congress Renews and… →

Recent Posts

  • NEWS UPDATE: Series I savings bond yields come back down to earth.
  • Secret IRS Files Reveal How Much the Ultrawealthy Gained by Shaping Trump’s “Big, Beautiful Tax Cut”
  • 4.2 Minute CS Degree
  • How to dismiss multiples of the “Disk Not Ejected Properly” notification in macOS
  • Update – AB 1139 Defeated

Site Terms and Conditions

© 2025 Daniel Fishman