Hello
on the demo site you have below the copyrights a text
"Photos from the header and team by ...."
I would like to have a similar text but cant find the moduel position? 
How do I get it like you demo?
thx
               
                
               
                    <div id="gkCopyrights">Joomla Template by <a href="https://www.gavick.com">GavickPro</a>.</div>
          <?php endif; ?>
          
         
      <?php if($this->API->get('stylearea', '0') == '1') : ?>
      <div id="gkStyleArea">
          <div id="gkCopyrights">Joomla Template by <a href="https://www.gavick.com">GavickPro</a>.</div>
          <?php endif; ?>
          <div id="gkAttribution">Photos from the header and team by 
               <a href="http://someurl.com" rel="nofollow" target="_blank">John Doe</a>,
               <a href="http://otherurl.com" rel="nofollow" target="_blank">John Doe</a>
          </div>
          
         
      <?php if($this->API->get('stylearea', '0') == '1') : ?>
      <div id="gkStyleArea">
#gkAttribution {
    font-size: 10px!important;
    margin: 40px 0;
}
