mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
- thumbnail support is fully functional with custom imageThumb class which supports caching and so on, the class is still considered beta (specially the clean_cache() function)
- updated simple template - added Last Access (atime) to dirlist.lib.php - updated and fixed loads of other things git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@18 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
@@ -5,11 +5,7 @@
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<title><?=$lang->index_of.' '.DIR_URL?></title>
|
||||
<script src="<?=TPL_URL?>javascripts/main.js" type="text/javascript" language="javascript" charset="utf-8"></script>
|
||||
<style type="text/css" media="screen">
|
||||
/* <![CDATA[ */
|
||||
<? include(TPL_PATH.'stylesheets/screen.css') ?>
|
||||
/* ]]> */
|
||||
</style>
|
||||
<link rel="stylesheet" href="<?=TPL_URL?>stylesheets/screen.css.php?dir=<?=TPL_URL?>" type="text/css" media="screen" title="screen" charset="utf-8" />
|
||||
</head>
|
||||
<body id="index">
|
||||
<div id="header">
|
||||
|
||||
Reference in New Issue
Block a user