|
@@ -829,8 +829,7 @@ add_action("admin_menu", "add_theme_menu_item");
|
|
|
function gf_titel()
|
|
function gf_titel()
|
|
|
{
|
|
{
|
|
|
?>
|
|
?>
|
|
|
- <textarea type="text" rows="10" cols="30" name="gf_titel" id="gf_titel" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('gf_titel', 'Dafür arbeiten wir <strong>ODER</strong> was uns beschäftigt'); ?>
|
|
|
|
|
|
|
+ <textarea type="text" rows="10" cols="30" name="gf_titel" id="gf_titel" style="width: 50%;" ><?php echo get_option('gf_titel', 'Dafür arbeiten wir <strong>ODER</strong> was uns beschäftigt'); ?>
|
|
|
</textarea>
|
|
</textarea>
|
|
|
<?php
|
|
<?php
|
|
|
}
|
|
}
|
|
@@ -838,8 +837,7 @@ function gf_titel()
|
|
|
function gf_extra()
|
|
function gf_extra()
|
|
|
{
|
|
{
|
|
|
?>
|
|
?>
|
|
|
- <textarea type="text" rows="10" cols="30" name="gf_extra" id="gf_extra" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('gf_extra', 'Erfahren Sie mehr <strong>ODER</strong> mehr+'); ?>
|
|
|
|
|
|
|
+ <textarea type="text" rows="10" cols="30" name="gf_extra" id="gf_extra" style="width: 50%;" ><?php echo get_option('gf_extra', 'Erfahren Sie mehr <strong>ODER</strong> mehr+'); ?>
|
|
|
</textarea>
|
|
</textarea>
|
|
|
<?php
|
|
<?php
|
|
|
}
|
|
}
|
|
@@ -848,8 +846,7 @@ function gf_extra()
|
|
|
function pr_titel()
|
|
function pr_titel()
|
|
|
{
|
|
{
|
|
|
?>
|
|
?>
|
|
|
- <textarea type="text" rows="10" cols="30" name="pr_titel" id="pr_titel" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('pr_titel', '<h2 class="section-title">Ausgewählte Projekte</h2>'); ?>
|
|
|
|
|
|
|
+ <textarea type="text" rows="10" cols="30" name="pr_titel" id="pr_titel" style="width: 50%;" ><?php echo get_option('pr_titel', '<h2 class="section-title">Ausgewählte Projekte</h2>'); ?>
|
|
|
</textarea>
|
|
</textarea>
|
|
|
<?php
|
|
<?php
|
|
|
}
|
|
}
|
|
@@ -857,8 +854,7 @@ function pr_titel()
|
|
|
function pr_extra()
|
|
function pr_extra()
|
|
|
{
|
|
{
|
|
|
?>
|
|
?>
|
|
|
- <textarea type="text" rows="10" cols="30" name="pr_extra" id="pr_extra" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('pr_extra', '<p>Alle Projekte finden Sie unter <a title="https://gemeinschaffen.com" href="https://gemeinschaffen.com">https://gemeinschaffen.com</a></p>'); ?>
|
|
|
|
|
|
|
+ <textarea type="text" rows="10" cols="30" name="pr_extra" id="pr_extra" style="width: 50%;" ><?php echo get_option('pr_extra', '<p>Alle Projekte finden Sie unter <a title="https://gemeinschaffen.com" href="https://gemeinschaffen.com">https://gemeinschaffen.com</a></p>'); ?>
|
|
|
</textarea>
|
|
</textarea>
|
|
|
<?php
|
|
<?php
|
|
|
}
|
|
}
|
|
@@ -872,40 +868,60 @@ function separator()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
function kontakt_daten()
|
|
function kontakt_daten()
|
|
|
{
|
|
{
|
|
|
- ?>
|
|
|
|
|
- <textarea type="text" rows="10" cols="30" name="kontakt_daten" id="kontakt_daten" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('kontakt_daten', '<h3 class="small-title">Kontakt</h3><p>realitylab gmbh <br>Ernst-Melchior-Gasse 11/1/G1<br>1020 Wien<br>Fon: (43) 01 996 20 15 - 0<br>Mail: office@realitylab.at<br></p><!--<div class="social-footer"><a href="#"><i class="fa fa-facebook icon-round"></i></a><a href="#"><i class="fa fa-twitter icon-round"></i></a><a href="#"><i class="fa fa-linkedin icon-round"></i></a></div> -->'); ?>
|
|
|
|
|
- </textarea>
|
|
|
|
|
- <?php
|
|
|
|
|
|
|
+ $content = get_option('kontakt_daten', 'Erfahren Sie mehr <strong>ODER</strong> mehr+');
|
|
|
|
|
+ echo '<div class="" style="width: 75%;" >';
|
|
|
|
|
+ wp_editor( $content, 'kontakt_daten', array(
|
|
|
|
|
+
|
|
|
|
|
+ 'wpautop' => false,
|
|
|
|
|
+ 'textarea_name' => 'kontakt_daten',
|
|
|
|
|
+ 'media_buttons' => false,
|
|
|
|
|
+ )
|
|
|
|
|
+ );
|
|
|
|
|
+ echo '</div>';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
function zweite_spalte()
|
|
function zweite_spalte()
|
|
|
{
|
|
{
|
|
|
- ?>
|
|
|
|
|
- <textarea type="text" rows="10" cols="30" name="zweite_spalte" id="zweite_spalte" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('zweite_spalte', ''); ?>
|
|
|
|
|
- </textarea>
|
|
|
|
|
- <?php
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ $content = get_option('zweite_spalte', 'Erfahren Sie mehr <strong>ODER</strong> mehr+');
|
|
|
|
|
+ echo '<div class="" style="width: 75%;" >';
|
|
|
|
|
+ wp_editor( $content, 'zweite_spalte', array(
|
|
|
|
|
|
|
|
|
|
+ 'wpautop' => false,
|
|
|
|
|
+ 'textarea_name' => 'zweite_spalte',
|
|
|
|
|
+ 'media_buttons' => false,
|
|
|
|
|
+ )
|
|
|
|
|
+ );
|
|
|
|
|
+ echo '</div>';
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
function dritte_spalte()
|
|
function dritte_spalte()
|
|
|
{
|
|
{
|
|
|
- ?>
|
|
|
|
|
- <textarea type="text" rows="10" cols="30" name="dritte_spalte" id="dritte_spalte" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('dritte_spalte', '<p>Wir sind mitglied bei:</p><p> </p><p><img src="https://dummyimage.com/30x30/000000/fff.jpg" alt="dummy" /> <img src="https://dummyimage.com/30x30/000000/fff.jpg" alt="dummy" /></p>'); ?>
|
|
|
|
|
- </textarea>
|
|
|
|
|
- <?php
|
|
|
|
|
|
|
+ $content = get_option('dritte_spalte', 'Erfahren Sie mehr <strong>ODER</strong> mehr+');
|
|
|
|
|
+ echo '<div class="" style="width: 75%;" >';
|
|
|
|
|
+ wp_editor( $content, 'dritte_spalte', array(
|
|
|
|
|
+
|
|
|
|
|
+ 'wpautop' => false,
|
|
|
|
|
+ 'textarea_name' => 'dritte_spalte',
|
|
|
|
|
+ 'media_buttons' => false,
|
|
|
|
|
+ )
|
|
|
|
|
+ );
|
|
|
|
|
+ echo '</div>';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
function vierte_spalte()
|
|
function vierte_spalte()
|
|
|
{
|
|
{
|
|
|
?>
|
|
?>
|
|
|
- <textarea type="text" rows="10" cols="30" name="vierte_spalte" id="vierte_spalte" style="width: 50%;" >
|
|
|
|
|
- <?php echo get_option('vierte_spalte', ''); ?>
|
|
|
|
|
|
|
+ <textarea type="text" rows="10" cols="30" name="vierte_spalte" id="vierte_spalte" style="width: 50%;" ><?php echo get_option('vierte_spalte', ''); ?>
|
|
|
</textarea>
|
|
</textarea>
|
|
|
<?php
|
|
<?php
|
|
|
}
|
|
}
|