Skip to content

Commit

Permalink
Add id for bookmark
Browse files Browse the repository at this point in the history
Add "id" for $BookMark = 'SelectContract'.
  • Loading branch information
rafa62 authored May 8, 2018
1 parent 4d75b86 commit fa43031
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SelectContract.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php


include('includes/session.php');
$Title = _('Select Contract');

$ViewTopic= 'Contracts';
$BookMark = 'SelectContract';

include('includes/header.php');

echo '<p class="page_title_text"><img src="'.$RootPath.'/css/'.$Theme.'/images/contract.png" title="' . _('Contracts') . '" alt="" />' . ' ' . _('Select A Contract') . '</p> ';
echo '<p class="page_title_text"><img alt="" src="', $RootPath, '/css/', $Theme,
'/images/contract.png" title="', // Icon image.
_('Contracts'), '" /> ', // Icon title.
_('Select A Contract'), '</p>';// Page title.

echo '<form action="' . htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, 'UTF-8') . '" method="post">';
echo '<div>';
Expand Down

0 comments on commit fa43031

Please sign in to comment.