GetSimple Support Forum

Full Version: Copyright ... <?php get_site_credits(); ?>
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can not find the file where is located get_site_credits command.
The thing is that in my template I would like to place on similar thing - <?php get_site_credits(); ?> ------- <?php get_site_copyright(); ?>.
I understand that it can be done directly in a template - template.php - but if I have many different templates files then it would take much more time to edit them for my clients.
Look in admin/inc/theme_functions.php

Around line 186 for function get_site_credits
osdesk, thank you very much! Smile