removing the ability to add article_a but still showing the previously uploaded articles
from the database import
$obit = array_values($obit)[0];
$article = $article_url . '/files/' . $obit['obit_article'];
+ $article_a = $article_url . '/files/' . $obit['article_a'];
$article_b = $article_url . '/files/' . $obit['article_b'];
$article_c = $article_url . '/files/' . $obit['article_c'];
$templateData = array(
'obit' => $obit,
'article' => $article,
+ 'article_a' => $article_a,
'article_b' => $article_b,
'article_c' => $article_c,
</div>
<div class="row record-row">
+<!-- <div class="detail-label small-0 large-1 columns"></div> -->
+ <div class="detail-label small-6 medium-4 large-6 columns">Article A:</div>
+ <div class="detail-value small-6 medium-8 large-6 columns"><a href="{$article_a}">{$obit.article_a} </a> </div>
+ </div>
+ <div class="row record-row">
<!-- <div class="detail-label small-0 large-1 columns"></div> -->
<div class="detail-label small-6 medium-4 large-6 columns">Article B:</div>
<div class="detail-value small-6 medium-8 large-6 columns"><a href="{$article_b}">{$obit.article_b} </a> </div>