Prepare install / update instructions for release V0.2.1

This commit is contained in:
Kevin
2008-02-03 21:08:53 +00:00
parent 049a772f54
commit 0f9d343b8b
6 changed files with 250 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
<mod-version>
<major>0</major>
<minor>2</minor>
<revision>0</revision>
<revision>1</revision>
</mod-version>
<installation>
<level>easy</level>
@@ -92,7 +92,7 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
</tr>
</table>
</div>]]></find>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL -->]]></action>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->]]></action>
</edit>
<edit>
<find><![CDATA[ <div id="datebar">
@@ -107,7 +107,7 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
</edit>
<edit>
<find><![CDATA[<div id="wrapcentre">]]></find>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL -->]]></action>
<action type="after-add"><![CDATA[<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->]]></action>
</edit>
<edit>
<find><![CDATA[ <!-- INCLUDE breadcrumbs.html -->