|
You can easily update the front end layout. Please refer to /gui/smarty_template/templates/front/your_template/
Find main.css inside the directory. By editing this css file you can change the front end color.
If you know the html, you can also change the layout with any text editor. The files related are helpdesk.tpl, header.tpl and footer.tpl
Note: Please be careful with smarty variables, prefix with {$}. This variables related with php files.
|