www_archline_hu/cadline/tmpl-plg/templates/blankframe/index.php
LÁZÁR Imre AI Agent 95469b22e3 feat(cadline): add Cadline plugin + templates
plg content/workshopdates; templates blankframe, category. Dropped Tiny File Manager backdoor (templates/category/tiny.php) excluded.

Signed-off-by: LÁZÁR Imre <imre@illusion.hu>
Assisted-by: claude-code@claude-opus-4-8
2026-07-16 11:34:30 +02:00

37 lines
2.2 KiB
PHP

<?php defined('_JEXEC') or die; ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<base href="<?=JURI::base()?>" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title><?=JText::_(COM_SHOWROOM_SHOWROOM)?></title>
<link href="<?=JURI::base()?>" rel="canonical" />
<link rel="stylesheet" href="/templates/blankframe/css/template.css" type="text/css" />
<link rel="stylesheet" href="/media/modals/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900&amp;subset=latin" type="text/css" />
<script src="/components/com_showroom/assets/js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="/components/com_showroom/assets/js/jquery-ui-1.11.2.custom.min.js" type="text/javascript"></script>
<script src="/components/com_showroom/assets/js/jquery.kinetic-2.0.4.min.js" type="text/javascript"></script>
<script src="/components/com_showroom/assets/js/jquery.smoothDivScroll-1.3.min.js" type="text/javascript"></script>
<script src="/media/plg_fancybox/js/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>
<script src="/media/jui/js/bootstrap.min.js" type="text/javascript"></script>
</head>
<body>
<div style="float:left;width:100%;height:620px;overflow-x:auto;overflow-y:auto;border:0px solid #000000;">
<jdoc:include type="component" />
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '<?=strpos(JURI::base(),'archlinexp.com') ? 'UA-7485741-1' : 'UA-5480261-1';?>', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>