Ignore:
Timestamp:
04/22/07 23:06:00 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/index.php,
web/addons/job_monarch/templates/header.tpl:

  • added long title
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/index.php

    r323 r334  
    9292
    9393        global $tpl, $grid, $context, $initgrid;
    94         global $jobrange, $jobstart, $title;
     94        global $jobrange, $jobstart, $title, $longtitle;
    9595        global $page, $gridwalk, $clustername;
    9696        global $parentgrid, $physical, $hostname;
     
    156156
    157157        $tpl->assign( "date", date("r") );
     158        $tpl->assign( "longpage_title", $longtitle );
    158159        $tpl->assign( "page_title", $title );
    159160
     
    417418$tpl->prepare();
    418419
     420$longtitle = "Batch Report :: Powered by Job Monarch!";
    419421$title = "Batch Report";
    420422makeHeader( 'index' );
Note: See TracChangeset for help on using the changeset viewer.