|
|
@@ -1,4 +1,5 @@
|
|
|
<?php
|
|
|
+
|
|
|
$this->partial ('aside_flux');
|
|
|
$this->partial ('nav_menu');
|
|
|
|
|
|
@@ -151,7 +152,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) {
|
|
|
</li>
|
|
|
<?php } ?>
|
|
|
<?php if ($this->conf->bottomlineDate ()) { ?><li class="item date"><?php echo $item->date (); ?> </li><?php } ?>
|
|
|
- <?php if ($this->conf->bottomlineLink ()) { ?><li class="item link"><a class="icon" target="_blank" href="<?php echo $item->link (); ?>"> </a></li><?php } ?>
|
|
|
+ <?php if ($this->conf->bottomlineLink ()) { ?><li class="item link"><a class="icon" target="_blank" href="<?php echo $item->link (); ?>">↗</a></li><?php } ?>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|