Skip to content

jyodsh/drupal-7-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Usefull Drupal 7 Snippets.

This is a list of useful Drupal snippets and functions that I often reference to enhance or improve my sites.

Administration menu disapppears in Drupal 7

If Administration Menu in your project disappears until you will clear cache. Just add this line of code at the end of settings.php file and refresh a page.

    $conf['admin_menu_cache_client'] = FALSE;

Releases

No releases published

Packages

No packages published