if (!empty($_SERVER['HTTP_CLIENT_IP']))
$ip=$_SERVER['HTTP_CLIENT_IP'];
else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR']))
$ip=$_SERVER['HTTP_X_FORWARDED_FOR'];
else
$ip=$_SERVER['REMOTE_ADDR'];
?>
Previously, we have introduced the online theme roller for ZK 7.0 which allows users to customize and design their own personal or corporate themes. We have received a lot of feedback from our users and have now enhanced the tool further based on these feedback; providing more easy-to-use features and templates so that you can […]
ZK Themeroller is no longer being maintained. For theme customization please check zk theme template. Introduction Previously, we have introduced an online themer for ZK 6.5 to customize own personal themes. However, as the release of ZK 7 focuses on theme engine improvements combining the power of CSS 3, LESS and Bootstrap, the theme generator […]
Introduction Flat Design is getting more and more popular lately and has become the new trend in the world of user interface design (you can take a look at this article explaining the philosophy of flat design if you’re interested). As of this reason, we have created a whole new theme based on flat design […]
Introduction In our previous blog post, we demonstrated how to use ZK 7’s new theme system with Bootstrap & CSS3. In this blog, we will guide you with more details on how to make ZK components and Bootstrap 3 (& Bootstrap 2) work seamlessly. Our target in this tutorial is to try and implement the […]
Introduction Navigation is a key component in a website, a good navigation design can greatly improve a user’s experience. Check out the best web hosting for wordpress. It not only presents the website’s information briefly, but also helps users locate and link to other pages in the website. Previously in ZK, we provide components like […]