Files
iqon/server-backup-20260518/php-source/footer.php
T
Sergei Vasilev 2fadc15923 feat: iqon.com full backup and design audit
- Server backup: PHP source files, theme assets, fonts, images,
  wp-config.php (masked), .htaccess, sitemaps, manifest
- Design audit: comparison with Open Design systems (Corporate,
  Clean, Modern, Bold), critical issues, SEO problems, 3-phase
  change plan, new_redesign analysis
- All files downloaded from production server via Code Snippets

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 12:58:44 +03:00

120 lines
5.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php global $meniu, $case_file; ?>
<div class="clear"></div>
</div>
<?php if ($case_file) { ?>
<div class="download_case_file">
<div class="link"><a target="_blank" href="<?=$case_file;?>"><img src="/wp-content/themes/iqon/images/download_case_study.png" /></a></div>If you would like to read this material later, download the case study's full PDF.
</div>
<?php } ?>
<div id="footer">
<div id="linie-interior"></div>
<div id="content-footer">
<div class="cf">
<?php $domain = $_SERVER['SERVER_NAME'];
switch($domain) {
default :?>
<h3>Latest Case Studies</h3>
<?php break;
case 'www.iqon.kz' :?>
<h3>Latest Case Studies RU</h3>
<?php break;} ?>
<?php
wp_reset_query();
$args = array( 'posts_per_page' => 5, 'cat' => 1, 'post_type' => 'post', 'post_status' => 'publish' );
$latests_case = query_posts($args);
wp_reset_query();
?>
<?php foreach($latests_case as $case) { ?>
<a href="<?=get_permalink($case->ID);?>">&raquo; <?=$case->post_title;?></a><br />
<?php } ?>
</div>
<div class="cf">
<?php $domain = $_SERVER['SERVER_NAME'];
switch($domain) {
default :?>
<h3>Our Services</h3>
<?php break;
case 'www.iqon.kz' :?>
<h3>Наши услуги</h3>
<?php break; }?>
<?php
$mainMeniu = $meniu[74];
$mainMeniu_ru = isset($meniu[279]) ? $meniu[279] : null;
$mainMeniu_kz = isset($meniu[282]) ? $meniu[282] : null; ?>
<?php if ($mainMeniu){foreach ($mainMeniu->childrens as $services) {
?>
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>">&raquo; <?=$services->title;?></a><br />
<? }}
?>
<?php if ($mainMeniu_ru){foreach ($mainMeniu_ru->childrens as $services) {
?>
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>">&raquo; <?=$services->title;?></a><br />
<? }}
?>
<?php if ($mainMeniu_kz){foreach ($mainMeniu_kz->childrens as $services) {
?>
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>">&raquo; <?=$services->title;?></a><br />
<? }}
?>
</div>
<?php $domain = $_SERVER['SERVER_NAME'];
switch($domain) {
default :?>
<div class="cf noborder lineheight14">
<h3>Contact</h3>
10th Montreal Square, 2nd Floor, Office 2.10, Bucharest - 1, 011469, Romania
<br /><br />T: +4 037 239 0880
<br />F: +4 037 261 2608
<br /><br /><a href="mailto:office@iqon.com">office@iqon.com</a>
<?php if(1==0) { ?>
<div class="iconite-contact">
<a href="#"><img src="/wp-content/themes/iqon/images/twitter.png" /></a>
<a href="#"><img src="/wp-content/themes/iqon/images/facebook.png" /></a>
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>/feed"><img src="/wp-content/themes/iqon/images/rss.png" /></a>
</div>
<?php } ?>
</div>
<?php break;
case 'www.iqon.kz' :?>
<div class="cf noborder lineheight14">
<h3>Контакт</h3>
ул. Большая Полянка, дом 7/10, стр. 3<br /> 119180, РФ, г. Москва
<br /><br />T: +7 965 195 85 26
<br /><br /><a href="mailto:office@iqon.kz">office@iqon.kz</a>
<?php if(1==0) { ?>
<div class="iconite-contact">
<a href="#"><img src="/wp-content/themes/iqon/images/twitter.png" /></a>
<a href="#"><img src="/wp-content/themes/iqon/images/facebook.png" /></a>
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>/feed"><img src="/wp-content/themes/iqon/images/rss.png" /></a>
</div>
<?php } ?>
</div>
<?php break;} ?>
<div class="clear"></div>
</div>
<div id="linie-interior"></div>
<div id="content-footer-bottom">
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>" title="<?php bloginfo('name'); ?>">Home</a>
<?php if ($meniu) { ?>
<?php foreach ($meniu as $key=>$mainMenu) { ?>
| <a id="mainMenu_<?php echo $mainMenu->ID;?>" href="<?php echo $mainMenu->url; ?>" title="<?php echo $mainMenu->attr_title; ?>" <?php if ($mainMenu->selected) echo 'class="active"'; ?>><?php echo $mainMenu->title; ?></a>
<?php } ?>
<?php } ?>
<br />
<?php $domain = $_SERVER['SERVER_NAME'];
switch($domain) {
default :?>
<div id="copy">2016 &copy; Copyright IQON. All rights reserved.</div>
<?php break;
case 'www.iqon.kz' :?>
<div id="copy">2016 &copy; Авторское IQON. Все права защищены.</div>
<?php break;} ?>
<div id="logo-bottom">
<a href="<?php echo function_exists('icl_get_home_url') ? icl_get_home_url() : home_url(); ?>" title="<?php bloginfo('name'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo-footer.png" alt="<?php bloginfo('name'); ?>" /></a>
</div>
</div>
</div>
</div>
<?php include_once("analyticstracking.php") ?>
</body>
</html>