Yuki Takei 9 лет назад
Родитель
Сommit
5ec300da4d
2 измененных файлов с 6 добавлено и 4 удалено
  1. 3 2
      lib/views/layout/2column.html
  2. 3 2
      lib/views/layout/single.html

+ 3 - 2
lib/views/layout/2column.html

@@ -19,8 +19,9 @@
   <div id="footer-container" class="footer">
     <footer class="">
       <p>
-      <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-question-circle"></i> {{ t('Help') }}</a>
-      &copy; {{ now|date('Y') }} crowi-plus {{ crowiVersion() }} <img src="/logo/100x11_g.png" alt="powered by Crowi"> </p>
+        <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-question-circle"></i> {{ t('Help') }}</a>
+        &copy; {{ now|date('Y') }} crowi-plus {{ crowiVersion() }}
+      </p>
     </footer>
   </div>
 </aside>

+ 3 - 2
lib/views/layout/single.html

@@ -20,8 +20,9 @@
 <div id="footer-container" class="footer">
   <footer class="">
     <p>
-    <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-question-circle"></i> {{ t('Help') }}</a>
-    &copy; {{ now|date('Y') }} crowi-plus {{ crowiVersion() }} <img src="/logo/100x11_g.png" alt="powered by Crowi"> </p>
+      <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-question-circle"></i> {{ t('Help') }}</a>
+      &copy; {{ now|date('Y') }} crowi-plus {{ crowiVersion() }}
+    </p>
   </footer>
 </div>
 {% endblock %}