Changeset 6ef51f25235e85949caf4723148f32c017613431
- Timestamp:
- 06/17/07 12:24:21
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1182075861 +0200
- git-parent:
[97a8ccbe5d550dd1a412d87f6536b1ca693284b9]
- git-author:
- Christopher Jung <bktheg@web.de> 1182075861 +0200
- Message:
Foren-URL angepasst
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r283e6c7 |
r6ef51f2 |
|
| 30 | 30 | */ |
|---|
| 31 | 31 | public class LinksController extends DSGenerator { |
|---|
| 32 | | private static final String SCRIPT_FORUM = "http://forum.drifting-souls.net/phpBB2/"; |
|---|
| | 32 | private static final String SCRIPT_FORUM = "http://forum.drifting-souls.net/phpbb3/"; |
|---|
| 33 | 33 | /** |
|---|
| 34 | 34 | * Konstruktor |
|---|
| r3924571 |
r6ef51f2 |
|
| 156 | 156 | <tr> |
|---|
| 157 | 157 | <td class="noBorderXMenu" colspan="2"> |
|---|
| 158 | | <a class="menu" href="http://forum.drifting-souls.net/phpBB2/index.php">Forum</a> |
|---|
| | 158 | <a class="menu" href="http://forum.drifting-souls.net/phpbb3/index.php">Forum</a> |
|---|
| 159 | 159 | </td> |
|---|
| 160 | 160 | </tr> |
|---|