Drupal 7 cheat sheet

page.tpl.php variables General Utility Variables $base_path The base URL path of the Drupal installation. $directory The directory the template is located $is_front TRUE if the current page is the front page. $logged_in TRUE if the user is registered and signed in. $is_admin TRUE if the user has permission to access administration pages. Site Identity $front_page … Continue reading