File "section-menu.php"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/modules/jeffreyvanrossum/resources/views/section-menu.php
File
size: 565 B (565 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php if ($linked_sections = $settings->get_active_tab()->get_section_links()) { ?>
<ul class="subsubsub" style="display: block; width: 100%; margin-bottom: 15px;">
<?php foreach ($linked_sections as $section) { ?>
<li><a href="<?php echo $settings->get_url(); ?>&tab=<?php echo $section->tab->slug; ?>§ion=<?php echo $section->slug; ?>" class="<?php echo $section->slug == $settings->get_active_tab()->get_active_section()->slug ? 'current' : null; ?>"><?php echo $section->title; ?></a> | </li>
<?php } ?>
</ul>
<?php } ?>