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>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
$mainMeniu = $meniu[74];
|
||||
$mainMeniu_ru = isset($meniu[279]) ? $meniu[279] : null;
|
||||
$mainMeniu_kz = isset($meniu[282]) ? $meniu[282] : null;
|
||||
?>
|
||||
<?php if ($mainMeniu) { ?>
|
||||
<?php foreach ($mainMeniu->childrens as $services) { ?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>" <?php if ($services->selected) echo 'class="active"'; ?>><?=$services->title;?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?php if ($mainMeniu_ru) { ?>
|
||||
<?php foreach ($mainMeniu_ru->childrens as $services) { ?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>" <?php if ($services->selected) echo 'class="active"'; ?>><?=$services->title;?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?php if ($mainMeniu_kz) { ?>
|
||||
<?php foreach ($mainMeniu_kz->childrens as $services) { ?>
|
||||
<a href="<?=$services->url;?>" title="<?php echo $services->attr_title; ?>" <?php if ($services->selected) echo 'class="active"'; ?>><?=$services->title;?></a>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
Reference in New Issue
Block a user