1.8.1
This commit is contained in:
parent
074cd6cd16
commit
e1045a22b4
@ -16,7 +16,7 @@ $this->registerModule(
|
||||
/* Name */ "shortArchives",
|
||||
/* Description*/ "Display blog archives in an accordion menu, sorted by year",
|
||||
/* Author */ "annso, Pierre Van Glabeke",
|
||||
/* Version */ "1.8",
|
||||
/* Version */ "1.8.1",
|
||||
/* Properties */
|
||||
array(
|
||||
'permissions' => 'usage,contentadmin',
|
||||
|
@ -22,7 +22,7 @@ class publicShortArchives
|
||||
{
|
||||
$url = $core->blog->getQmarkURL().'pf='.basename(dirname(__FILE__));
|
||||
echo '<script type="text/javascript" src="'.$url.'/js/accordion.js"></script>'."\n";
|
||||
echo '<link rel="stylesheet" type="text/css" media="projection, screen" href="'.$url."/css/shortArchives.css\" />\n";
|
||||
echo '<link rel="stylesheet" type="text/css" media="screen" href="'.$url."/css/shortArchives.css\" />\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user