Browse Source

Fixing indent

logicp 8 years ago
parent
commit
d79adba2ac
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -5,8 +5,7 @@ Integration of Cesium JS 3D mapping software with Drupal 8
 Be sure to stick this in your theme:
 
 
-<?php
-
+:::PHP
 function myTheme_preprocess_page(&$variables) {
     $langCode = \Drupal::languageManager()->getCurrentLanguage()->getId();
     if (\Drupal::service('path.current')->getPath() === '/map') {