33 |
//add the css link to the default theme which will |
//add the css link to the default theme which will |
34 |
//automatically generate the css classes used |
//automatically generate the css classes used |
35 |
//by the Navtable widget, as well as the other widgets. |
//by the Navtable widget, as well as the other widgets. |
36 |
$page->add_css_link( "/css/defaulttheme.php" ); |
$page->add_css_link( "/phphtmllib/css/defaulttheme.php" ); |
37 |
$page->add_css_link( "/css/fonts.css" ); |
$page->add_css_link( "/css/fonts.css" ); |
38 |
|
|
39 |
|
|