Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit f1e90cc

Browse files
committed
Merge pull request #3958 from DFurnes/footnote-fact
Footnote fact
2 parents 4592a43 + 6697291 commit f1e90cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/themes/dosomething/paraneue_dosomething/templates/fact/node--fact_page.tpl.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
</ol>
6060

6161
<?php if (isset($sources) && $is_last): ?>
62-
<section class="sources">
63-
<h3 class="__title js-toggle-sources"><?php print t('Sources'); ?></h3>
64-
<ul class="__body legal">
62+
<section class="footnote">
63+
<h4 class="js-footnote-toggle"><?php print t('Sources'); ?></h4>
64+
<ul class="js-footnote-hidden">
6565
<?php foreach ($sources as $key => $source): ?>
6666
<li><sup><?php print ($key + 1); ?></sup> <?php print $source; ?></li>
6767
<?php endforeach; ?>

lib/themes/dosomething/paraneue_dosomething/templates/taxonomy/taxonomy-term.tpl.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
</ul>
6060
</div>
6161
<div class="container__block -narrow">
62-
<div class="sources">
63-
<h3 class="__title js-toggle-sources"><?php print t('Sources'); ?></h3>
64-
<ul class="__body legal">
62+
<div class="footnote">
63+
<h4 class="js-footnote-toggle"><?php print t('Sources'); ?></h4>
64+
<ul class="js-footnote-hidden">
6565
<?php foreach ($facts['sources'] as $key => $source): ?>
6666
<li><sup><?php print $key + 1; ?></sup> <?php print $source; ?></li>
6767
<?php endforeach; ?>

0 commit comments

Comments
 (0)