Author Topic: for orange  (Read 2785 times)

Offline leo

for orange
« on: December 11, 2006, 09:55:27 am »
hey daniel can u script me a button.. thanks..  O0

Board Address: www.leoyang.uni.cc/forum
Theme Name: ORANGE-LT
Link to Theme: http://themes.simplemachines.org/index.php?lemma=155

-leo

 
Code: [Select]
   // The [calendar]!
   if ($context['allow_calendar'])
      echo '<li><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';
« Last Edit: December 11, 2006, 10:00:11 am by leo »

Offline Daniel15

Re: for orange
« Reply #1 on: December 11, 2006, 12:26:48 pm »
Awesome, you posted the code I needed :D

Add this straight after it:
Code: [Select]
   echo '<li><a href="', $scripturl, '?action=shop">Shop</a></li>';

Offline leo

Re: for orange
« Reply #2 on: December 11, 2006, 03:31:40 pm »
I always try first shoot.. thanx daniel