10448 Posts in 2223 Topics by 1719 members
| Go to End | ||
| Author | Topic: | 5314 Views |
-
Re: Event Calendar Widget on Home page

21 May 2011 at 1:56am
Thanks a lot Gordon!
It was the 'event_calendar' mistake. It makes sense when I have a look at _config.php.
Nice!
Cheers
Jonas -
Re: Event Calendar Widget on Home page

21 May 2011 at 2:37am Last edited: 21 May 2011 2:38am
Glad to help
What I normally do when I am not sure of the correct folder name is to grep for 'Require'
grep -rIn Require .
./code/CalendarScriptInit.php:5: Requirements::javascript('event_calendar/javascript/calendar_interface.js');
./code/CalendarScriptInit.php:6: Requirements::css('event_calendar/css/calendar_cms.css');
...
<SNIP>It is then usually clear what the intended folder name should be
Regards
Gordon
| 5314 Views | ||
| Go to Top |

