sieht sehr schön aus
PHP-Quelltext |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
<!-- content -->
<div id="content">
<!-- title -->
<div id="page-title">
<?php
if(isset($_GET['seite']) && $_GET['seite'] == "member") {
$ptitle = "Community";
$sub = "";
} elseif(isset($_GET['seite']) && $_GET['seite'] == "forum") {
$ptitle = "Forum";
$sub = "";
} elseif(isset($_GET['seite']) && $_GET['seite'] == "kontakt") {
$ptitle = "Kontakt";
$sub = "";
} elseif(isset($_GET['seite']) && $_GET['seite'] == "imprint") {
$ptitle = "Impressum";
$sub = "";
} elseif(isset($_GET['seite']) && $_GET['seite'] == "media") {
$ptitle = "Media";
$sub = "Einige meiner Fotoarbeiten";
}
?>
<span class="title"><?php print $ptitle; ?></span>
<span class="subtitle"><?php print $sub; ?></span>
</div>
<!-- ENDS title -->
<!-- page-content -->
<?php
if(isset($_GET['seite']) && $_GET['seite'] == "member" && isset($_GET['action']) && $_GET['action'] == "login" || $_GET['action'] == "new" || $_GET['action'] == 'lostpw') {
?>
<div id="page-content">
<div class="one-half">
<?php page_content(); ?>
</div>
<div class="one-half last">
<?php
if(!isset($_SESSION['cm_user_login']) && $_SESSION['cm_user_login'] != 1) {
print '<h2> </h2>';
if(isset($_GET['action']) && $_GET['action'] == "new") {
?>
<p>Für die vollständige Nutzung unseres Angebotes ist ein kostenloser Account notwendig. Sollten Sie bereits einen Account besitzen, können Sie Sich hier
<a href="<?php print rBuildLink("","login",""); ?>" title="anmelden">anmelden</a> oder haben Sie nur das
<a href="<?php print rBuildLink("","lostpw",""); ?>" title="Passwort vergessen?">Passwort vergessen?</a></p>
<?php
} elseif(isset($_GET['action']) && $_GET['action'] == "login") {
?>
<p>Für die vollständige Nutzung unseres Angebotes ist ein kostenloser Account notwendig. Sollten Sie noch keinen Account besitzen, können Sie Sich hier
<a href="<?php print rBuildLink("","new",""); ?>" title="neu registrieren">neu registrieren</a> oder haben Sie nur das
<a href="<?php print rBuildLink("","lostpw",""); ?>" title="Passwort vergessen?">Passwort vergessen?</a></p>
<?php
} elseif(isset($_GET['action']) && $_GET['action'] == "lostpw") {
?>
<p>Bitte geben Sie links im Formular Ihren Benutzer- und / oder Loginnamen sowie Ihre, bei der Registrierung verwendete, E-Mail Adresse an.
Sie erhalten dann in wenigen Minuten eine E-Mail mit einem neuen Passwort.</p>
<p><a href="<?php print rBuildLink("","",""); ?>" title="zurück">zurück</a></p>
<?php
}
}
?>
</div>
</div>
<?php
} elseif(isset($_GET['seite']) && $_GET['seite'] == "imprint") {
print '<div id="page-content">';
loadThisCMSPageContent(17);
print '</div>';
} elseif(isset($_GET['seite']) && $_GET['seite'] == "member" || isset($_GET['action']) && $_GET['action'] == "user" || $_GET['action'] == "auth") {
print '<div id="page-content">';
page_content();
print '</div>';
} elseif(isset($_GET['seite']) && $_GET['seite'] == "kontakt" || $_GET['seite'] == "forum") {
print '<div id="page-content">';
page_content();
print '</div>';
}
?>
<!-- ENDS page-content -->
<?php
if(isset($_GET['seite']) && $_GET['seite'] == "media") {
page_content();
}
?>
</div>
<!-- ENDS content -->
|
Wird das Forum auch hier zur verfügung stehen?das neue Layout ist nun LIVE unter akrell.de