Drupal .info example


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ; $Id: acquia_marina.info,v 1.2.2.1 2009/05/25 09:33:09 jwolf Exp $
  2.  
  3. name = Acquia Marina
  4. description = <a href="http://www.acquia.com">Acquia's</a> Marina theme is ideal for blogs and community sites. Includes advanced theme settings and 15 flexible content regions for a variety of layouts. By <a href="http://www.topnotchthemes.com">TopNotchThemes</a>
  5.  
  6. core = 6.x
  7. engine = phptemplate
  8.  
  9. stylesheets[all][] = style.css
  10. stylesheets[all][] = icons.css
  11. stylesheets[all][] = dblog.css
  12.  
  13. regions[sidebar_first] = sidebar first
  14. regions[sidebar_last] = sidebar last
  15. regions[header_middle] = header middle
  16. regions[header_last] = header last
  17. regions[preface_first] = preface first
  18. regions[preface_middle] = preface middle
  19. regions[preface_last] = preface last
  20. regions[content_top] = content top
  21. regions[content_bottom] = content bottom
  22. regions[postscript_first] = postscript first
  23. regions[postscript_middle] = postscript middle
  24. regions[postscript_last] = postscript last
  25. regions[footer_top] = footer top
  26. regions[footer] = footer
  27. regions[node_bottom] = node bottom
  28.  
  29. plugins[panels][layouts] = plugins/layouts
  30. plugins[panels][styles] = plugins/styles
  31.  
  32. features[] = logo
  33. features[] = name
  34. features[] = slogan
  35. features[] = mission
  36. features[] = node_user_picture
  37. features[] = comment_user_picture
  38. features[] = search
  39. features[] = favicon
  40. features[] = primary_links
  41.  
  42. ; Information added by drupal.org packaging script on 2009-12-27
  43. version = "6.x-2.0"
  44. core = "6.x"
  45. project = "acquia_marina"
  46. datestamp = "1261957804"
  47.  
  48.  
  49. ;************************************************
  50. ; sIRF - Scalable Inman Flash Replacement - BEGIN
  51. ;************************************************
  52. ;stylesheets[screen][] = sIFR-2.0.7/sIFR-screen.css
  53. ;stylesheets[print][] = sIFR-2.0.7/sIFR-print.css
  54.  
  55. ;scripts[] = sIFR-2.0.7/sifr.js
  56. ;scripts[] = sIFR-2.0.7/sifr-addons.js
  57. ;scripts[] = sIFR-2.0.7/custom.js
  58. ;************************************************
  59. ; sIRF - Scalable Inman Flash Replacement - END
  60. ;************************************************

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.