Inital
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<ul class="icons">
|
||||
|
||||
<li><a href="https://www.facebook.com/praxiscreutzburg" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
|
||||
<li><a href="https://www.instagram.com/praxiscreutzburg/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
|
||||
<!--<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
|
||||
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
|
||||
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
|
||||
-->
|
||||
</ul>
|
||||
<ul class="icon">
|
||||
<?php
|
||||
#### Inhalt Änderung nicht mehr hier durchführen sondern auf der Adminseite: https://www.praxis-creutzburg.de/admin/webseitenadmin.php
|
||||
#### Punkt Infobox Startseite Praxis
|
||||
|
||||
|
||||
### Vordefinierte InhaltsID
|
||||
$inhaltid = "14";
|
||||
|
||||
$queryconfig = mysqli_query($con, "Select webseitentitel,inhalt FROM webseiteninhalt WHERE inhaltid='$inhaltid' ");
|
||||
$rowconfig = mysqli_fetch_assoc($queryconfig);
|
||||
$webseitentitel = $rowconfig["webseitentitel"];
|
||||
$inhalt = $rowconfig["inhalt"];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Heiner Creutzburg, Facharzt für innere Medizin, Schloßstr. 18, 31863 Coppenbrügge <br>
|
||||
<?php
|
||||
echo $inhalt;
|
||||
?>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul class="copyright">
|
||||
<li>© Creutzburg. All rights reserved.</li><li> <a href="impressum.php">Impressum</a></li><li> <a href="datenschutz.php">Datenschutz</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
<?php
|
||||
//include("inc\functions.inc.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user