PHP Classes

File: apps/newswall/index.php

Recommend this page to a friend!
  Classes of Mark Richards   CliqonV4   apps/newswall/index.php   Download  
File: apps/newswall/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CliqonV4
Framework with modules to build Web applications
Author: By
Last change:
Date: 5 years ago
Size: 1,357 bytes
 

Contents

Class file image Download
<?php
  $vars
=array(); if(file_exists("variable.php.ini")) include("variable.php.ini"); else include("standard.php.ini");
  include(
"functions.php");
?>
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="robots" content="noindex, nofollow">
    <title>newswall</title>
        <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
    <script type="text/javascript" src="js/jquery.blockUI.js"></script>
    <script type="text/javascript" src="js/jquery.nifty.js"></script>
        <script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
    <script type="text/javascript" src="js/jquery.qtip.min.js"></script>
    <script type="text/javascript" src="js/jquery.load.js.php"></script>

    <link rel="stylesheet" type="text/css" media="all" href="css/prettyPhoto.css">
    <link rel="stylesheet" type="text/css" media="all" href="css/standard.css">
    <link rel="stylesheet" type="text/css" media="all" href="css/themes/<?php print $vars["theme"]; ?>.css">
    <link rel="stylesheet" type="text/css" media="all" href="css/nifty.css">
  </head>
  <body>
    <div id="detail"></div>
    <div id="panel"></div>
    <div id="screen"><noscript><p class="js"><?php print t("There's no newswall without javascript - please activate..."); ?></p></noscript></div>
  </body>
</html>