Author Topic: Button / shop link for theme Smooth IT  (Read 4357 times)

Offline youngie

Button / shop link for theme Smooth IT
« 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!




Offline Daniel15

Re: Button / shop link for theme Smooth IT
« Reply #1 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 :)