~marcoceppi/apturlredirector/php5oop

« back to all changes in this revision

Viewing changes to lib/views/header.tpl

  • Committer: Marco Ceppi
  • Date: 2011-02-03 05:25:36 UTC
  • Revision ID: marco.ceppi@seacrow.org-20110203052536-7ltesdyyki3359rc
Added parameter and moved code to show "Please wait" page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="stylesheet" href="{$TPL_PATH}css/{$CSS}" type="text/css" media="screen">
9
9
{/strip}
10
10
{/foreach}
 
11
{if isset($PROTOTYPE)}
 
12
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js" language="JavaScript"></script>
 
13
{/if}
11
14
{foreach $JS_FILES as $JS}
12
15
{strip}
13
16
<script type="text/javascript" src="{$TPL_PATH}js/{$JS}" language="JavaScript"></script>