Difference between revisions of "Website DPCalendar Integration"

From CCCWiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 23:42, 12 March 2014

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" />