testlink supports customized themes, we built this project to provide themes to make testlink display in different style. UI DESIGNERS AND DEVELOPERS ARE VERY WELCOME TO JOIN THIS PROJECT.
master
branch supports the latest testlink release, currently is
TestLink 1.9.20 Raijin.
we will build different branches to support testlink releases.
download the code of this project, copy themes/*
to testlink/gui/themes
.
then themes
folder looks like:
testlink
|- gui
|- themes
|- default
|- grayskin
|- ...
modify testlink config file config.inc.php
to set theme dir, for example,
we say grayskin
:
/* almostly line 98 */
/** GUI themes (base for CSS and images)- modify if you create own one */
$tlCfg->theme_dir = 'gui/themes/grayskin/';
for Raijin code before Aug, 2019
as pr209,
the <link>
to frame.css is hard coded in testlink code, and it links to
default/css/frame.css
, so we copy grayskin/css/frame.css
to overwrite
default/css/frame.css
.