Project

General

Profile

« Previous | Next » 

Revision 1967

Added by darkviper about 11 years ago

/news/add.php fixed some little HTML syntax bugs

View differences:

add.php
20 20
	throw new IllegalFileException();
21 21
}
22 22

  
23
	$header      = '<table class="loop-header"'.PHP_EOL
23
	$header      = '<table class="loop-header">'.PHP_EOL
24 24
	             . '  <tbody>'.PHP_EOL;
25 25
	$post_loop   = '    <tr class="post-top">'.PHP_EOL
26 26
	             . '      <td class="post-title"><a href="[LINK]">[TITLE]</a></td>'.PHP_EOL
......
35 35
	             . '    </tr>';
36 36
	$footer      = '  </tbody>'.PHP_EOL
37 37
	             . '</table>'.PHP_EOL
38
	             . '<table class="page-header" style="display: [DISPLAY_PREVIOUS_NEXT_LINKS]'.PHP_EOL
38
	             . '<table class="page-header" style="display: [DISPLAY_PREVIOUS_NEXT_LINKS]>'.PHP_EOL
39 39
	             . '  <tbody>'.PHP_EOL
40 40
	             . '    <tr>'.PHP_EOL
41 41
	             . '      <td class="page-left">[PREVIOUS_PAGE_LINK]</td>'.PHP_EOL
......
44 44
	             . '    </tr>'.PHP_EOL
45 45
	             . '  </tbody>'.PHP_EOL
46 46
	             . '</table>'.PHP_EOL;
47
	$post_header = '<table class="post-header"'.PHP_EOL
47
	$post_header = '<table class="post-header">'.PHP_EOL
48 48
	             . '  <tbody>'.PHP_EOL
49 49
	             . '    <tr>'.PHP_EOL
50 50
	             . '      <td><h1>[TITLE]</h1></td>'.PHP_EOL

Also available in: Unified diff