Modified subsilver2 instructions so we won't get errors on re-installing Board3 Portal via AutoMOD

This commit is contained in:
Marc Alexander
2011-03-04 21:36:51 +01:00
parent 0a77b83e94
commit 7222657cb6

View File

@@ -126,7 +126,7 @@ Weitere Sprachen kannst in unseren International Forum finden: http://www.board3
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->]]></action>
</edit>
<edit>
<find><![CDATA[<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->]]></find>
<find><![CDATA[ <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->]]></find>
<action type="before-add"><![CDATA[<!-- ENDIF -->]]></action>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->]]></action>
</edit>