+++ b/views_ical.module
@@ -1,5 +1,7 @@
+\Drupal::moduleHandler()->loadIn...

Contribution Date
Technology
Contribution Project
Contribution Details
  1. +++ b/views_ical.module @@ -1,5 +1,7 @@ +\Drupal::moduleHandler()->loadInclude('views_ical', 'inc', 'views_ical.theme');

    No need to load this file in module. The file will be loaded automatically when the theme is used.

  2. +++ b/views_ical.module @@ -39,4 +41,16 @@ function views_ical_preprocess_views_view_ical(&$variables) { \ No newline at end of file

    Add new line.

  3. +++ b/views_ical.theme.inc @@ -0,0 +1,22 @@ + * Default template: views-view-rss.html.twig.

    This says RSS feed template. Should ical.

Issue Status
Needs work
Contribution Author
Files count
0
Patches count
0