|
#1
|
||||
|
||||
|
<SITE_CALENDAR>
How do I modified the file "calendar.php" to have the date change link on the same line as all the day during a month look this img:
|
|
#2
|
|||
|
|||
|
find the following lines at the bottom of calendar.php
Code:
$cal_hz .= " </tr> <tr> <td colspan='31' class='td-calendar-navi'> <a href='$PHP_SELF?curr_month=$prev_month&curr_year=$prev_year&showimage=$prev_image_id'>«</a> $asc_mon-$curr_year <a href='$PHP_SELF?curr_month=$next_month&curr_year=$next_year&showimage=$next_image_id'>»</a> </td> </tr></table> "; Code:
</tr> <tr>
__________________
jdleung's.com @ flickr @ fotoblogs.cn & Addons:Month Calendar & Slideshow & Flickr comment & Modified Addon: Calendar |
|
#3
|
||||
|
||||
|
Thanks...
|
| Post Reply |
| Thread Tools | |
|
|