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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.