Howto add a logo to your Redmine banner » History » Revision 4
Revision 3 (Aaron Johnson, 2010-05-27 23:55) → Revision 4/39 (Carl Clark, 2010-11-23 09:50)
The [[Leanspa]] With Acai Diet has the capability of delivering benefits h1. HowTo add a logo to aspire your Redmine banner You can very easily add a logo to your Redmine banner by modifying your base.rhtml file. Big thanks to "Chris Miller":/users/758 for but it will not carry the burden of shedding those unwanted pounds alone. However, showing me how to accomplish this product is set to be a potential major player in :) Note: This has been tested using the health Squeejee Theme and fitness genre. the Classic Theme. *Edit your base.rhtml file* Example:<pre> http://www.healthproductreviewers.com/leanspa-acai-reviews.html nano /opt/redmine/app/views/layouts/base.rhtml</pre> Find this line:<pre> <h1><%= page_header_title %></h1></pre> And change it to:<pre> <!--<h1><%= page_header_title %></h1>--></pre> Add this line directly below:<pre> <img src="/images/logo.png" style="top-margin: 15px; left-margin: 15px;"/></pre> Now it should look like this:<pre> </div> <!--<h1><%= page_header_title %></h1>--> <img src="/images/logo.png" style="top-margin: 15px; left-margin: 15px;"/> <% if display_main_menu?(@project) %></pre> *Upload your logo* Example using the scp command:<pre> scp logo.png root@example.com:/opt/redmine/public/images</pre> You probably should chown the uploaded logo:<pre> chown redmine:redmine /opt/redmine/public/images/logo.png</pre> *Restart your web server* Examples:<pre>/etc/init.d/apache2 restart</pre><pre>/etc/init.d/httpd restart</pre><pre>/etc/init.d/nginx restart</pre>