Sitemizde Yakin Zamanda Ticaret Uygulaması Aktif Edilecek .
Tema yapım aşamasındadır, bu süre zarfında lütfen gördüğünüz hataları bize bildirin.

Welcome to our site, Guest

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Copyright düzenleme

ronay ayk' Alıntı:
Copyright nasıl düzenlerim? Link vermek yazı yazmak istiyorum

index.template.php de
Bu kisimdan yapa bilirsiniz

Kod:
// Show the footer with copyright, terms and help links.
 
[member=3]cakal[/member]  Peki orada bu şekilde kod çıkıyor nereye eklememiz gerek direk en altta mı eklemem gerek

// Show the footer with copyright, terms and help links.
  echo '
  <div id="footer">
      <div class="inner_wrap">';

  // There is now a global "Go to top" link at the right.
  echo '
      <ul>
        <li class="floatright"><a href="https://webtiryaki.com/" title="webtiryaki" target="_blank">Webtiryaki</a> |<a href="', $scripturl, '?action=help">', $txt['help'], '</a> ', (!empty($modSettings['requireAgreement'])) ? '| <a href="' . $scripturl . '?action=help;sa=rules">' . $txt['terms_and_rules'] . '</a>' : '', ' | <a href="#top_section">', $txt['go_up'], ' &#9650;</a></li>
        <li class="copyright">', theme_copyright(), '</li>
      </ul>';

  // Show the load time?
  if ($context['show_load_time'])
      echo '
      <p>', sprintf($txt['page_created_full'], $context['load_time'], $context['load_queries']), '</p>';

  echo '
      </div>
  </div><!-- #footer -->';

}

/**
* This shows any deferred JavaScript and closes out the HTML
 
Kod:
<li class="copyright">', theme_copyright(), '</li>
<li><a href="https://ronayinyeri.com/" title="ronayinyeri" target="_blank">Ronay</a></li>
 
Çok teşekkürler üstad...
Birde bu bölümde li tagından başka bir kod kulansak sorun olur mu? Çok anlamıyorum açıkçası  bu işten ...
Örneğin bu sitedeki gibi sağa sola çkim altına çizgiler çekme vb gibi
 
Geri
Üst