Website DPCalendar Integration

From CCCWiki
Revision as of 23:42, 12 March 2014 by Marc.maier (talk | contribs) (Created page with "After the installation of DPCalendar, I had to make the following changes: * Comment out ''system.css'' and ''general.css'' in the ''templates/ccc/index.php'' file * Add the f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

After the installation of DPCalendar, I had to make the following changes:

  • Comment out system.css and general.css in the templates/ccc/index.php file
  • Add the following line to the templates/ccc/index.php file:
 <link rel="stylesheet" type="text/css" href="<?php echo $document->baseurl; ?>/media/jui/css/bootstrap.min.css" />