Subversion-Projekte lars-tiefland.content-management

Revision

Revision 1 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1 Revision 2
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile 2... Zeile 2...
2
 
2
 
Zeile 3... Zeile 3...
3
    //$Id: artikelsuche.php 3931 2011-09-16 08:17:57Z tiefland $
3
    //$Id: artikelsuche.php 4100 2011-11-22 07:42:29Z tiefland $
4
 
4
 
5
    /**
5
    /**
6
     * @author Lars Tiefland <tiefland@weban.de>
6
     * @author Lars Tiefland <tiefland@weban.de>
7
     * @copyright 2009 Webagentur Niewerth
7
     * @copyright 2009 Webagentur Niewerth
8
     * @package Content-management
8
     * @package Content-management
9
     * @version $Rev: 3931 $
9
     * @version $Rev: 4100 $
10
     * @license propietary
10
     * @license propietary
11
     * @filesource
11
     * @filesource
Zeile 17... Zeile 17...
17
     * @author Lars Tiefland <tiefland@weban.de>
17
     * @author Lars Tiefland <tiefland@weban.de>
18
     * @copyright 2009 Webagentur Niewerth
18
     * @copyright 2009 Webagentur Niewerth
19
     * @package Content-management
19
     * @package Content-management
20
     */
20
     */
Zeile 21... Zeile 21...
21
 
21
 
22
    require_once  "Weban_Smarty.class.php";
22
    require_once "Weban_Smarty.class.php";
23
    require_once  "../connect2.php";
23
    require_once  "../connect2.php";
24
    session_start();
24
    session_start();
Zeile 25... Zeile 25...
25
    $GLOBALS["ui"] = new Weban_Smarty();
25
    $GLOBALS["ui"] = new Weban_Smarty();
26
 
26
 
27
    $GLOBALS["ui"]->assign( "bg_color_links", "#" . $webs["bgcolor_links"] );
27
    $GLOBALS["ui"]->assign( "bg_color_links", "#" . $webs["bgcolor_links"] );
28
    $GLOBALS["ui"]->assign( "bg_color_rechts", "#" . $webs["bgcolor_rechts"] );
28
    $GLOBALS["ui"]->assign( "bg_color_rechts", "#" . $webs["bgcolor_rechts"] );
-
 
29
    $GLOBALS["ui"]->assign( "font_color_links", "#" . $webs["font_color_links"] );
-
 
30
    $GLOBALS["ui"]->assign( "font_color_rechts", "#" . $webs["font_color_rechts"] );
-
 
31
    $GLOBALS["ui"]->compile_id = "sonderpreis";
-
 
32
    $GLOBALS["ui"]->compile_dir = $_SERVER["DOCUMENT_ROOT"] . "/templates_c/";
29
    $GLOBALS["ui"]->assign( "font_color_links", "#" . $webs["font_color_links"] );
33
    $GLOBALS["ui"]->use_sub_dirs = true;
30
    $GLOBALS["ui"]->assign( "font_color_rechts", "#" . $webs["font_color_rechts"] );
34
 
31
    if ( $_POST["mode"] == "search" )
35
    if ( $_POST["mode"] == "search" )
32
    {
36
    {
33
        unset( $_POST["mode"] );
37
        unset( $_POST["mode"] );