first commit of materio personal notes module : just displaying the icon button for now
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
hide($content['links']);
|
||||
hide($content['print_links']);
|
||||
hide($content['flaglistslinks']);
|
||||
hide($content['personalnotelink']);
|
||||
print render($content);
|
||||
?>
|
||||
|
||||
@ -51,24 +52,31 @@
|
||||
<nav class="nav">
|
||||
|
||||
<?php if ($links = render($content['links'])): ?>
|
||||
<section class="links">
|
||||
<i class="fi-download"></i>
|
||||
<?php print $links; ?>
|
||||
</section>
|
||||
<section class="links">
|
||||
<i class="fi-download"></i>
|
||||
<?php print $links; ?>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($flags = render($content['flaglistslinks'])): ?>
|
||||
<section class="flags">
|
||||
<i class="fi-folder"></i>
|
||||
<?php print $flags; ?>
|
||||
</section>
|
||||
<section class="flags">
|
||||
<i class="fi-folder"></i>
|
||||
<?php print $flags; ?>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($notelink = render($content['personalnotelink'])): ?>
|
||||
<?php //dsm($content['personalnotelink']); ?>
|
||||
<section class="note">
|
||||
<?php print $notelink; ?>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (FALSE && $print_links = render($content['print_links'])): ?>
|
||||
<section class="print-links">
|
||||
<i class="icon-file"></i>
|
||||
<?php print $print_links; ?>
|
||||
</section>
|
||||
<section class="print-links">
|
||||
<i class="icon-file"></i>
|
||||
<?php print $print_links; ?>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user