SMF Shop

SMFShop => Shop Button Requests => Completed Requests => Topic started by: youngie on January 25, 2008, 09:02:58 pm

Title: Button / shop link for theme Smooth IT
Post by: youngie on January 25, 2008, 09:02:58 pm
Theme Name: Smooth IT
Link to Theme: http://custom.simplemachines.org/themes/index.php?lemma=382

Very nice forum.

The links in the navigation don't appear to use images - they are formatted in <li></li> tags.

Code: [Select]
// The [calendar]!
if ($context['allow_calendar'])
echo ($current_action=='calendar' || $context['browser']['is_ie4']) ? '' : '' , '
<li class="' , $current_action == 'calendar' ? 'current' : '' , '"><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';

Please let me know if this is a simple fix.

Cheers!



Title: Re: Button / shop link for theme Smooth IT
Post by: Daniel15 on February 15, 2008, 07:55:08 am
Yep, <li> tags makes it easy... No image editing needed :D

Take a look at http://www.dansoftaustralia.net/smfshop_wiki/Themes/sMooth-lt :)