Added an entry point file for /ccm/admin to Mandalay for old style themes

git-svn-id: https://svn.libreccm.org/ccm/trunk@3066 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-12-29 09:52:10 +00:00
parent e93a9ef9f0
commit 7ee63c0bcd
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="start.xsl"/>
<xsl:variable name="theme-prefix" select="concat($context-prefix, '/themes/mandalay')"/>
</xsl:stylesheet>