Browse code

Renamed hook class to match English spelling throughout project

Benjamin Roth authored on28/01/2016 10:13:33
Showing1 changed files
... ...
@@ -9,4 +9,4 @@
9 9
  */
10 10
 
11 11
 
12
-$GLOBALS['TL_HOOKS']['replaceInsertTags'][] = array('Seitenbild', 'sbReplaceInsertTags');
12
+$GLOBALS['TL_HOOKS']['replaceInsertTags'][] = array('Pageimage', 'sbReplaceInsertTags');
Browse code

Initial commit

Benjamin Roth authored on26/08/2015 12:12:39
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+<?php
2
+
3
+/**
4
+ * Pageimage for Contao
5
+ *
6
+ * Copyright (c) 2015 Benjamin Roth
7
+ *
8
+ * @license LGPL-3.0+
9
+ */
10
+
11
+
12
+$GLOBALS['TL_HOOKS']['replaceInsertTags'][] = array('Seitenbild', 'sbReplaceInsertTags');