<div class="promo promo--light">
    <h2 class="promo__title">
        Notice: Undefined index: title in /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php(20) : eval()'d code on line 2 Call Stack: 0.0573 278264 1. {main}() /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:0
        0.0577 289904 2. eval('?>
        <div class="promo promo--light">
            <h2 class="promo__title">
                <?php print $variables['title']; ?>
            </h2>
            <p class="promo__section-description">
                <?php print $variables['intro']; ?>
            </p>
            <?php foreach($variables['links'] as $links): ?>
            <div class="promo--normal">
                <?php if($links['title']): ?>
                <h3>
                    <?php print $links['title']; ?>
                </h3>
                <?php endif; ?>
                <p>
                    <?php print $links['description']; ?>
                </p>
                <div class="promo__content">
                    <ul class="promo__list">
                        <?php foreach($links['links'] as $link): ?>
                        <li>
                            <a href="<?php print $link['url']; ?>" title="<?php print $link['title']; ?>" class="link--list">
                                <?php print $link['title']; ?>
                                <?php if(isset($link['file_size'])) : ?> (
                                <?php print $link['file_type']; ?>,
                                <?php print  $link['file_size']; ?>)
                                <?php endif; ?>
                            </a>
                        </li>
                        <?php endforeach; ?>
                    </ul>
                </div>
            </div>
            <?php endforeach; ?>
        </div>
        ') /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:20

    </h2>
    <p class="promo__section-description">
        Notice: Undefined index: intro in /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php(20) : eval()'d code on line 3 Call Stack: 0.0573 278264 1. {main}() /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:0
        0.0577 289904 2. eval('?>
        <div class="promo promo--light">
            <h2 class="promo__title">
                <?php print $variables['title']; ?>
            </h2>
            <p class="promo__section-description">
                <?php print $variables['intro']; ?>
            </p>
            <?php foreach($variables['links'] as $links): ?>
            <div class="promo--normal">
                <?php if($links['title']): ?>
                <h3>
                    <?php print $links['title']; ?>
                </h3>
                <?php endif; ?>
                <p>
                    <?php print $links['description']; ?>
                </p>
                <div class="promo__content">
                    <ul class="promo__list">
                        <?php foreach($links['links'] as $link): ?>
                        <li>
                            <a href="<?php print $link['url']; ?>" title="<?php print $link['title']; ?>" class="link--list">
                                <?php print $link['title']; ?>
                                <?php if(isset($link['file_size'])) : ?> (
                                <?php print $link['file_type']; ?>,
                                <?php print  $link['file_size']; ?>)
                                <?php endif; ?>
                            </a>
                        </li>
                        <?php endforeach; ?>
                    </ul>
                </div>
            </div>
            <?php endforeach; ?>
        </div>
        ') /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:20

    </p>

    Notice: Undefined index: links in /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php(20) : eval()'d code on line 4 Call Stack: 0.0573 278264 1. {main}() /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:0
    0.0577 289904 2. eval('?>
    <div class="promo promo--light">
        <h2 class="promo__title">
            <?php print $variables['title']; ?>
        </h2>
        <p class="promo__section-description">
            <?php print $variables['intro']; ?>
        </p>
        <?php foreach($variables['links'] as $links): ?>
        <div class="promo--normal">
            <?php if($links['title']): ?>
            <h3>
                <?php print $links['title']; ?>
            </h3>
            <?php endif; ?>
            <p>
                <?php print $links['description']; ?>
            </p>
            <div class="promo__content">
                <ul class="promo__list">
                    <?php foreach($links['links'] as $link): ?>
                    <li>
                        <a href="<?php print $link['url']; ?>" title="<?php print $link['title']; ?>" class="link--list">
                            <?php print $link['title']; ?>
                            <?php if(isset($link['file_size'])) : ?> (
                            <?php print $link['file_type']; ?>,
                            <?php print  $link['file_size']; ?>)
                            <?php endif; ?>
                        </a>
                    </li>
                    <?php endforeach; ?>
                </ul>
            </div>
        </div>
        <?php endforeach; ?>
    </div>
    ') /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:20 Warning: Invalid argument supplied for foreach() in /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php(20) : eval()'d
    code on line 4 Call Stack: 0.0573 278264 1. {main}() /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:0 0.0577 289904 2. eval('?>
    <div class="promo promo--light">
        <h2 class="promo__title">
            <?php print $variables['title']; ?>
        </h2>
        <p class="promo__section-description">
            <?php print $variables['intro']; ?>
        </p>
        <?php foreach($variables['links'] as $links): ?>
        <div class="promo--normal">
            <?php if($links['title']): ?>
            <h3>
                <?php print $links['title']; ?>
            </h3>
            <?php endif; ?>
            <p>
                <?php print $links['description']; ?>
            </p>
            <div class="promo__content">
                <ul class="promo__list">
                    <?php foreach($links['links'] as $link): ?>
                    <li>
                        <a href="<?php print $link['url']; ?>" title="<?php print $link['title']; ?>" class="link--list">
                            <?php print $link['title']; ?>
                            <?php if(isset($link['file_size'])) : ?> (
                            <?php print $link['file_type']; ?>,
                            <?php print  $link['file_size']; ?>)
                            <?php endif; ?>
                        </a>
                    </li>
                    <?php endforeach; ?>
                </ul>
            </div>
        </div>
        <?php endforeach; ?>
    </div>
    ') /home/ubuntu/corporate/www/sites/all/themes/corp_base/node_modules/tpl-php/transformer.php:20

</div>

Description


Content notes

UX notes

Design notes

Back-end notes

Front-end notes

/* No context defined for this component. */
  • Handle: @link-list-info-box
  • Preview:
  • Filesystem Path: ../../modules/custom/corp_markup/theme/paragraphs/link_list_info_box.tpl.php/link_list_info_box.tpl.php