|
|
@@ -1,9 +1,9 @@
|
|
|
-<?php $this->partial ('aside_configure'); ?>
|
|
|
+<?php $this->partial('aside_configure'); ?>
|
|
|
|
|
|
<div class="post">
|
|
|
- <a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
|
|
|
+ <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
|
|
|
|
|
|
- <form method="post" action="<?php echo _url ('configure', 'reading'); ?>">
|
|
|
+ <form method="post" action="<?php echo _url('configure', 'reading'); ?>">
|
|
|
<legend><?php echo _t('reading_configuration'); ?></legend>
|
|
|
|
|
|
<div class="form-group">
|