Phpmycomic 1.2.0 > Phpmycomic / Header.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Phpmycomic 1.2.0

Download:
phpmycomic-1.2.0.zip

Category:
Organizers

Archive Content:

Phpmycomic

Phpmycomic > Cal

Phpmycomic

Phpmycomic > Font

Phpmycomic

Phpmycomic > Image

Phpmycomic

Phpmycomic > Install > Img

Phpmycomic > Install

Phpmycomic > Lang > English

Phpmycomic > Lang

Phpmycomic

Phpmycomic > Themes > Artic > Img

Phpmycomic > Themes > Artic

Phpmycomic > Themes > Artic > Tpl

Phpmycomic > Themes > Artic > Tpl > Admin

Phpmycomic > Themes > Artic > Tpl

Phpmycomic > Themes

Phpmycomic > Themes > Default > Img

Phpmycomic > Themes > Default

Phpmycomic > Themes > Default > Tpl

Phpmycomic > Themes > Default > Tpl > Admin

Phpmycomic > Themes > Default > Tpl

Phpmycomic > Themes

Phpmycomic

Header.php:


<?php

  
// INCLUDE TEMPLATE ENGINE AND CONFIG FILE
  
include("./class.TemplatePower.inc.php");
  include(
"./config/config.php");
 
  
// CREATE NEW TEMPLATE OBJEKT
  
$tpl = new TemplatePower("themes/$themes/tpl/body.tpl");
  
$tpl->assignGlobal("pmc_url",  $siteurl);

  
// INCLUDE SUB TEMPLATES
  
if($_SESSION['loggedin'] == 'yes')
     {

        
$tpl->assignInclude("sitemenu",  "themes/$themes/tpl/menuin.tpl");

     } else {

        
$tpl->assignInclude("sitemenu",  "themes/$themes/tpl/menuout.tpl");

     }

  
$tpl->assignInclude("footer",  "themes/$themes/tpl/footer.tpl");

  
// OPEN A MYSQL CONNECTION
  
mysql_connect($sql['host'], $sql['user'], $sql['pass']) or die("Unable to connect to SQL server");
  
mysql_select_db($sql['data']) or die("Unable to find DB");

?>


Other Organizers Scripts:

  • Phpmycomic 1.2.0
  • Ppim
WebMaster Resources Home

©RingsWorld.com