Kaydet (Commit) bef91827 authored tarafından Burak iMac's avatar Burak iMac

öneride bulun sayfası kaldırıldı. talep.pardus.org.tr e yönlendirildi

üst 749fbed0
......@@ -190,19 +190,19 @@ $options[] = array(
),
),
array(
'id' => 'page_oneride_bulun',
'type' => 'select',
'title' => 'Öneride Bulun',
'desc' => 'Öneride Bulun sayfasını seçiniz',
'options' => 'pages',
// query_args is option for all
'query_args' => array(
'sort_order' => 'ASC',
'sort_column' => 'post_title',
'posts_per_page' => -1,
),
),
// array(
// 'id' => 'page_oneride_bulun',
// 'type' => 'select',
// 'title' => 'Öneride Bulun',
// 'desc' => 'Öneride Bulun sayfasını seçiniz',
// 'options' => 'pages',
// // query_args is option for all
// 'query_args' => array(
// 'sort_order' => 'ASC',
// 'sort_column' => 'post_title',
// 'posts_per_page' => -1,
// ),
// ),
// array(
// 'id' => 'page_ayrintili_bilgi',
......
......@@ -55,6 +55,6 @@
<div class="desc">Pardus profesyonel ekibinin yanısıra gönüllüleri ile gelişen bir işletim sistemidir.</div>
<div class="btns d-flex align-items-center">
<a href="<?php echo get_permalink($pd_option['page_katki_sagla']); ?>" class="btn btn-filled">Katkı Sağla</a>
<a href="<?php echo get_permalink($pd_option['page_oneride_bulun']); ?>" class="btn btn-filled">Öneride Bulun</a>
<a href="https://talep.pardus.org.tr/servicedesk/customer/portal/1/group/36" target="_blank" class="btn btn-filled">Öneride Bulun</a>
</div>
</div>
\ No newline at end of file
......@@ -4,5 +4,5 @@ Theme URI: https://pardustopluluk.org/
Author: PenDigital
Author URI: https://pendigital.com/
Description: Bu internet sitesi Pardus Topluluk için PenDigital tarafından hazırlanmıştır
Version: 1.9
Version: 1.10
*/
\ No newline at end of file
......@@ -45,7 +45,7 @@
<!-- Tab Nav -->
<ul class="tab-nav d-flex">
<li><a href="<?php echo get_permalink($pd_option['page_katki_sagla']); ?>" class="d-flex align-items-center justify-content-center <?php echo $current_page_parent == $pd_option['page_katki_sagla'] ? 'active': null; ?>">Katkı Sağla</a></li>
<li><a href="<?php echo get_permalink($pd_option['page_oneride_bulun']); ?>" class="d-flex align-items-center justify-content-center <?php echo $current_page_parent == $pd_option['page_oneride_bulun'] ? 'active': null; ?>">Öneride Bulun</a></li>
<li><a href="https://talep.pardus.org.tr/servicedesk/customer/portal/1/group/36" target="_blank" class="d-flex align-items-center justify-content-center">Öneride Bulun</a></li>
</ul>
<!-- Tab Nav -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment