Thank you and Best on You

Thank you,
Sully
Code: Select all
<div class="div4"><a href="<?php echo str_replace('&', '&', $home); ?>" id="tab_home"><?php echo $text_home; ?></a>
Code: Select all
<div class="div4"><a href="http://www.yourdomain.com"><?php echo $text_home; ?></a>
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
Thank you,
Sully
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
Code: Select all
if (route == 'YourFolder/YourModule') {
$('#tab_YourTab').addClass('selected');
}
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
Code: Select all
path = getURLVar('path');
if (path == '36_47') {
$('#tab_account').addClass('selected');
} else {
Code: Select all
$(document).ready(function() {
route = getURLVar('route');
Code: Select all
}
Code: Select all
});
//--></script>
Users browsing this forum: Ahrefs [Bot] and 17 guests