Esempio n. 1
0
				<code><pre><?php 
if (file_exists(PdfLightViewer_Plugin::getLogsPath() . date('Y-m-d') . '.php')) {
    include_once PdfLightViewer_Plugin::getLogsPath() . date('Y-m-d') . '.php';
} else {
    _e("Today's log file doesn't exist", PDF_LIGHT_VIEWER_PLUGIN);
}
?>
</pre></code>
			</div>
			
		</div>
	</div>
	
	<div class="pure-u-1">
		<?php 
$documentation_url = PdfLightViewer_Plugin::getDocsUrl();
?>
		<div class="pdf-light-viewer-bl">
			<div class="row hdr">
				<h3>
					<span class="icons icon-doc"></span>
					<?php 
_e('Documentation', PDF_LIGHT_VIEWER_PLUGIN);
?>
					<a class="right" target="_blank" href="<?php 
echo $documentation_url;
?>
" title="<?php 
_e('open in the separate tab', PDF_LIGHT_VIEWER_PLUGIN);
?>
"><span class="icons icon-link"></span></a>