Project

General

Profile

« Previous | Next » 

Revision 31f03b6c

Added by Sjon Hortensius over 10 years ago

re-added shortcuts/, global tpl updates

  • merged fbegin into head.inc, rename fend to foot.inc
  • consistency: head.inc now outputs '<body>'; foot outputs '</body>'
  • updated pages that were already updated
  • started migrating pkg_mgr

View differences:

usr/local/www/diag_authentication.php
71 71
include("head.inc");
72 72

  
73 73
?>
74

  
75
<body>
76
<?php include("fbegin.inc")?>
77 74
<?php if ($input_errors) print_input_errors($input_errors)?>
78 75
<?php if ($savemsg) print_info_box($savemsg)?>
79 76
	<div id="container">
......
112 109
		</form>
113 110
	</div>
114 111
</div>
115
<?php include("fend.inc")?>
116
</body>
117
</html>
112
<?php include("foot.inc")?>

Also available in: Unified diff