refactored articles, added articles index

This commit is contained in:
2018-10-23 16:48:43 +02:00
parent 4071378981
commit a6fb21f696
13 changed files with 327 additions and 90 deletions
@@ -55,7 +55,8 @@ function edlp_ajax_page_attachments(array &$attachments) {
|| preg_match('/^\/?agenda/', $current_path)
|| preg_match('/^\/?studio/', $current_path)
|| preg_match('/^\/?search/', $current_path)
|| preg_match('/^\/?lastdocs/', $current_path)){
|| preg_match('/^\/?lastdocs/', $current_path)
|| preg_match('/^\/?articles/', $current_path)){
$redirect = true;
}