GetSimple Support Forum
get_site_version - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: get_site_version (/showthread.php?tid=3705)



get_site_version - nomik05 - 2012-10-21

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???


get_site_version - shawn_a - 2012-10-21

When are you getting this ? What are you doing ?


get_site_version - nomik05 - 2012-10-22

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