Completed
Push — master ( f91572...f6d01d )
by mains
02:59
created
templates/footer.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
 		<?php  
129 129
 			if(is_file(__dir__ . '/piwik-script.html'))
130 130
 			{
131
-			    require_once(__dir__ . '/piwik-script.html');
131
+				require_once(__dir__ . '/piwik-script.html');
132 132
 			}
133 133
 		?>
134 134
 
Please login to merge, or discard this patch.
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,9 @@  discard block
 block discarded – undo
13 13
 			{
14 14
 				window.history.back();
15 15
 			}
16
-		<?php if(isset($includeEmojiAndAjax)){ ?>
16
+		<?php if(isset($includeEmojiAndAjax))
17
+{
18
+?>
17 19
 			$(document).ready(function()
18 20
 			{
19 21
 				//Transform UTF-8 Emoji to img
@@ -29,7 +31,9 @@  discard block
 block discarded – undo
29 31
 				    $('html,body').animate({scrollTop: aTag.offset().top-90},'slow');
30 32
 				}
31 33
 
32
-				<?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails'])) { ?>
34
+				<?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails']))
35
+{
36
+?>
33 37
 
34 38
 				var win = $(window);
35 39
 				var lastPostId = "<?php echo $view->lastPostId; ?>";
Please login to merge, or discard this patch.