| Zitat: |
| Fatal error: Cannot redeclare opentable() (previously declared in /Pfad/.zuServer/../...../.../...../themes/DeinTheme/tables.php:15) in /Pfad/.zuServer/../...../.../...../themes/DeinTheme/tables.php on line 14 |
| Zitat: |
| Fatal error: Cannot redeclare opentable() (previously declared in /Pfad/.zuServer/../...../.../...../themes/DeinTheme/theme.php:15) in /Pfad/.zuServer/../...../.../...../themes/DeinTheme/theme.php on line 14 |
| Code: |
| include ("themes/$ThemeSel/theme.php"); |
| Code: |
| include_once ("themes/$ThemeSel/theme.php"); |
| Code: |
| include_once ("header.php"); |