예제 #1
0
 function attribution()
 {
     // Please see the license at the top of this file before changing this link. Thank you.
     qa_html_theme_base::attribution();
     // modxclub [start] Please erase. Use this theme according to license of Question2Answer.
     $this->output('<DIV CLASS="qa-designedby">', 'Designed by <A HREF="http://www.axiologic.ro">Axiologic SaaS</A>', '</DIV>');
     // modxclub [end]
 }
예제 #2
0
 function attribution()
 {
     // Please see the license at the top of this file before changing this link. Thank you.
     qa_html_theme_base::attribution();
     // modxclub [start] Please erase. Use this theme according to license of Question2Answer.
     $this->output('<div class="qa-attribution">, R2L Edition by <a href="http://www.Tohid.ir.tc" title="Freelance Web Designer, Programmer, Security Consultant">', 'Towhid Nategheian</a>', '</div>');
     // modxclub [end]
 }
예제 #3
0
 /**
  * Q2A Market attribution.
  * I'd really appreciate you displaying this link on your Q2A site. Thank you - Jatin
  *
  * @since Snow 1.4
  */
 public function attribution()
 {
     // floated right
     $this->output('<div class="qa-attribution">', 'Snow Theme by <a href="http://www.q2amarket.com">Q2A Market</a>', '</div>');
     parent::attribution();
 }
예제 #4
0
 function attribution()
 {
     $this->output('<div class="qa-attribution">', '&nbsp;| Snow Theme by <a href="http://www.q2amarket.com">Q2A Market</a>', '</div>');
     qa_html_theme_base::attribution();
 }
예제 #5
0
 public function attribution()
 {
     // Hi there. I'd really appreciate you displaying this link on your Q2A site. Thank you - Gideon
     $this->output('<div class="qa-attribution">', ', Designed by <a href="http://qa-themes.com/" title="Question2Answer Themes">Q2A Themes</a>', '</div>');
     qa_html_theme_base::attribution();
 }
예제 #6
0
 function attribution()
 {
     // you can disable this links in admin options
     $this->output('<DIV CLASS="qa-attribution-container">');
     qa_html_theme_base::attribution();
     $this->output('<DIV CLASS="qa-attribution">', ', Design by <A HREF="http://QA-Themes.com/" title="Free Question2Answer Themes and plugins">Q2A Themes</A>', '</DIV>');
     $this->output('</DIV>');
 }
예제 #7
0
 /**
  * Attribution link for the theme which adds the authors name
  *
  * @return null
  */
 function attribution()
 {
     if (qa_opt('donut_show_social_links_at_footer')) {
         $this->footer_social_links();
     }
     $this->output('<div class="footer-bottom">');
     $this->donut_attribution();
     parent::attribution();
     if (qa_opt('donut_show_copyright_at_footer')) {
         $this->donut_copyright();
     }
     $this->output('</div>');
 }
 /**
  * Attribution link for the theme which adds the authors name 
  * @return [type] [description]
  */
 function attribution()
 {
     /*Please do not remove this as you are using this for free . I will appriciate if you keep this on your site */
     $this->output();
     qa_html_theme_base::attribution();
 }
예제 #9
0
 /**
  * Attribution link for the theme which adds the authors name 
  * @return [type] [description]
  */
 function attribution()
 {
     /*Please do not remove this as you are using this for free . I will appriciate if you keep this on your site */
     $this->output('<div class="qa-attribution">', '&nbsp;| Donut Theme by <a href="http://amiyasahu.com">Amiya Sahu</a>', '</div>');
     qa_html_theme_base::attribution();
 }
예제 #10
0
 function attribution()
 {
     // Please don't remove these links
     $this->output('<DIV CLASS="qa-attribution">', 'and <A HREF="http://qa-themes.com/shop/esteem-theme" title="Responsive Q2A Esteem Theme">Esteem Theme</A>', '</DIV>');
     qa_html_theme_base::attribution();
 }