| View previous topic :: View next topic |
| Author |
Message |
fridge
Joined: 19 Jul 2008 Posts: 31
|
Posted: Thu Jul 31, 2008 2:03 pm Post subject: [SOLVED] How do format the week numbers? |
|
|
have found the translation so I could make an abbreviation of the work week but I would like to get rid of the break before the week number.
I use Joomla studio with template Slate on a Joomla 1.5.3 site (I will update to 1.5.5 asap)
Last edited by fridge on Thu Jul 31, 2008 8:24 pm; edited 1 time in total |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Thu Jul 31, 2008 3:45 pm Post subject: |
|
|
Hi,
Edit include/classes/cal_helpers/fill_month.php and change line 169 from this:
."\">". _WEEK_ABBR_ ."<br>". $week ."</a>");
... to this ..
."\">". _WEEK_ABBR_ ."". $week ."</a>");
Let me know if you have any questions / trouble. |
|
| Back to top |
|
 |
fridge
Joined: 19 Jul 2008 Posts: 31
|
Posted: Thu Jul 31, 2008 8:26 pm Post subject: [SOLVED] How do format the week numbers? |
|
|
| I know I'm repeating myself but... Thanks a lot – it did the trick! |
|
| Back to top |
|
 |
|