GetSimple Support Forum

Full Version: get_site_version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all! I have a little problem here with this function
Code:
<link href="<?php get_theme_url(); ?>/style.css?v=<?php echo get_site_version(); ?>" rel="stylesheet">

This returns
Fatal error: Call to undefined function get_site_version() in /var/www/vhosts/mysite.gr/httpdocs/theme/Innovation/header.inc.php on line 24

And what is the point to pass arguments to css file???
When are you getting this ? What are you doing ?
My mistake shawn_a
I had modified basic.php and I didn't replace it when updated to the latest version
Everything ok now
Thanks for replying