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-94f89814c4dfmaster
parent
e93a9ef9f0
commit
7ee63c0bcd
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue