Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #412846

    Hello,

    In the footer part you have the credits, and i like to add another link.
    I can i do that ?
    Thx

    #412871

    Hey hsipkin!

    Thank you for using our theme.

    You have to modify the core file enfold\footer.php line 100:

    
     <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
    

    Cheers!
    Günter

    #412879
    This reply has been marked as private.
    #412911

    Hi!

    Replace the line above with something like:

    
    			<?php  $mylink = ' - Design: <a href="http://ujdesign.com" target="_blank">ujdesign</a>';  ?>
                            <span class='copyright'><?php echo $copyright . $kriesi_at_backlink . $mylink; ?></span>
    

    Regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.