Subversion Repositories oidinfo_new_design

Compare Revisions

Regard whitespace Rev 32 → Rev 33

/trunk/daniel_internal/OID-Info 2.0 Design.docx
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/daniel_internal/OID-Info 2.0 Design.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/daniel_internal/regenerate_static_pages.xphp
5,7 → 5,6
// taking the template and inserting following data:
// - Replace %%CONTENT%% with content
// - Replace %%TITLE%% with the title
// - Replace %%MODIFICATION_DATE%% with the modification date of the raw content file
 
// -----------------------------------------------------------------------------
 
93,7 → 92,6
// Replace template strings
$cont = str_replace('%%CONTENT%%', file_get_contents($input_file), $cont);
$cont = str_replace('%%TITLE%%', $title, $cont);
$cont = str_replace('%%MODIFICATION_DATE%%', date('d M Y', filemtime($input_file)), $cont);
if ($output_file == __DIR__ . '/../' . 'index.htm') {
$cont = str_replace('%%FOOTER_TEXT%%', '&nbsp;'/*'This site is sponsored by <a href="https://www.orange.com">Orange S.A.</a>'*/, $cont);
} else {