Changeset 1833 for trunk/plugins


Ignore:
Timestamp:
Feb 17, 2007, 2:15:22 PM (17 years ago)
Author:
vdigital
Message:

Some HTML changes to reach HTML 4.01 Strict!

(New): Multi view include a minimal theme.

Location:
trunk/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_advices/main.inc.php

    r1772 r1833  
    2020       array(
    2121         'CONTENT' => '<link rel="stylesheet" type="text/css" '
    22                     . 'href="'.PHPWG_PLUGINS_PATH.'admin_advices/default-layout.css" />',
     22                    . 'href="'.PHPWG_PLUGINS_PATH.'admin_advices/default-layout.css">',
    2323       )
    2424     );
  • trunk/plugins/admin_multi_view/controller.php

    r1821 r1833  
    4545
    4646$my_url = get_root_url().'plugins/'.basename(dirname(__FILE__)).'/'.basename(__FILE__);
     47$my_theme = get_root_url().'template/'.$user['template'].'/theme/'.$user['theme'].'/theme.css';
    4748
    4849$themes_html='Theme: <select onchange="document.location = this.options[this.selectedIndex].value;">';
     
    7778<title>Controller</title>
    7879</head>
    79 
     80<link rel="stylesheet" type="text/css" href="<?php
     81echo $my_theme;
     82?>">
    8083<body>
    8184
Note: See TracChangeset for help on using the changeset viewer.