Skip to content

Commit 011544a

Browse files
authored
fix compatibility with phpBB 3.3.10
fix compatibility with phpBB 3.3.10 , i.e. the newer versions of twig contained in it.
1 parent b8a0aa4 commit 011544a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- IF S_REPUTATION -->
2-
<!-- INCLUDECSS @pico_reputation/../theme/reputation_common.css -->
2+
<!-- INCLUDECSS reputation_common.css -->
33
<!-- IF S_FORUM_REPUTATION -->
4-
<!-- INCLUDECSS @pico_reputation/../theme/reputation_viewtopic.css -->
4+
<!-- INCLUDECSS reputation_viewtopic.css -->
55
<!-- ENDIF -->
6-
<!-- ENDIF -->
6+
<!-- ENDIF -->

0 commit comments

Comments
 (0)