Copyright düzenleme

Hello, welcome back!

We want to bring together those who have knowledge and those who need it, to bring together people with different perspectives so that they can understand each other better and to enable everyone to share their knowledge.

  • Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.
ronay ayk said:
Copyright nasıl düzenlerim? Link vermek yazı yazmak istiyorum

index.template.php de
Bu kisimdan yapa bilirsiniz

Code:
// 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
 
Code:
<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
 
Back
Top Bottom