Initial commit: Backup der Webseiten
- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
15
zoesch.de/ImageUpload/templates/page.php
Normal file
15
zoesch.de/ImageUpload/templates/page.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return "<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>$pageData->title</title>
|
||||
<meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
|
||||
$pageData->css
|
||||
$pageData->embeddedStyle
|
||||
</head>
|
||||
<body>
|
||||
$pageData->content
|
||||
$pageData->scriptElements
|
||||
</body>
|
||||
</html>";
|
||||
Reference in New Issue
Block a user