Ignore:
Timestamp:
Aug 19, 2009, 5:37:52 PM (15 years ago)
Author:
Criss
Message:

Update configuration pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/config.php

    r3748 r3753  
    11<?php
    2 /* $Id: config.php,v 1.2 2009/08/18 14:10:09 Criss Exp $ */
     2/* $Id: config.php,v 1.3 2009/08/19 13:30:25 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44check_status(ACCESS_ADMINISTRATOR);
     
    4545          'href="' . CF_INCLUDE . 'contactform.css' . '">',
    4646          $smarty, $repeat);
     47$admin_css = cf_get_template('contactform_admin.css', CF_AMDIN_TPL, 'admin_');
     48$template->block_html_head( '',
     49          '<link rel="stylesheet" type="text/css" '.
     50          'href="' . $admin_css . '">',
     51          $smarty, $repeat);
    4752$template->block_html_head( '',
    4853          '<script type="text/javascript" '.
Note: See TracChangeset for help on using the changeset viewer.