..:: MX Studio Fóruns ::..: Ajuda - ..:: MX Studio Fóruns ::..

Jump to content

Publicidade




Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Ajuda como configura o templaste

#1 User is offline   nadowebb 

  • Group: Membros
  • Posts: 1
  • Joined: 28-November 08

Posted 28 November 2008 - 07:49 PM

ae preciso de ajuda para configurar css
veja como esta o meu config

ajuda

<?php

// define o diretorio base
define('BASEDIR', dirname(dirname(__FILE__)));

// URL da aplicação
define('URL_BASE', 'http://'.$_SERVER['HTTP_HOST'] . 'extra/exemplo');

// pasta fisica onde estão os templates do admin
define('TEMPLATE_ADMIN', BASEDIR . '/templates/admin');

// pasta fisica onde estão os templates do site
define('TEMPLATE_SITE', BASEDIR . '/templates/site');

// url de onde estão os templates do admin
define('URL_TEMPLATE_ADMIN', URL_BASE . '/templates/admin');

// url de onde estão os templates do site
define('URL_TEMPLATE_SITE', URL_BASE . '/templates/site');

// muda o include path para ficar de acordo com sua estrtura de pastas
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] . '/phps');
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . BASEDIR . '/phps');
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . '/var/www/framework');

// mostra todos os erros
ini_set('display_error', E_ALL);

// inclui o framework lumine
require_once 'lumine/Lumine.php';
// inclui o framework smarty
require_once 'Smarty/libs/Smarty.class.php';

// inclui o arquivo de configuração Lumine (dados de conexão com o banco)
require_once BASEDIR . '/lumine-conf.php';

// inicia a configuração de lumine
$cfg = new Lumine_Configuration( $lumineConfig );


?>


0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


Similar Topics Collapse


Publicidade




1 User(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)