| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/boutiques/app/design/adminhtml/default/default/template/system/config/ |
Upload File : |
<div class="switcher">
<label for="store_switcher"><?php echo $this->__('Current Configuration Scope:') ?></label>
<select id="store_switcher" class="system-config-store-switcher" onchange="location.href=this.options[this.selectedIndex].getAttribute('url')">
<?php foreach ($this->getStoreSelectOptions() as $_value=>$_option): ?>
<?php if (isset($_option['is_group'])): ?>
<?php if ($_option['is_close']): ?>
</optgroup>
<?php else: ?>
<optgroup label="<?php echo $_option['label'] ?>" style="<?php echo $_option['style'] ?>">
<?php endif; ?>
<?php continue ?>
<?php endif; ?>
<option value="<?php echo $_value ?>" url="<?php echo $_option['url'] ?>" <?php echo $_option['selected']?'selected="selected"':'' ?> style="<?php echo $_option['style'] ?>">
<?php echo $_option['label'] ?>
</option>
<?php endforeach ?>
</select>
<?php if (Mage::getSingleton('admin/session')->isAllowed('system/store')): ?>
<p style="margin:10px 0 0;">
<a href="<?php echo $this->getUrl('*/system_store') ?>"><?php echo $this->__('Manage Stores') ?></a>
</p>
<?php endif; ?>
</div>