Lets also say that I like the the default admin template 99.9% for a given template....
but that template needs something the default template does not provide....
For instance, pluginmanager assumes I only have 3 sidebars:
Code: Select all
.pluginmanager_side {
vertical-align: top;
width: 33%;
}Or maybe, I have a special class/id emitted in my template config that emits a class not previously defined by the admin template:
Code: Select all
$msg = "<div class='unique'>. MESSAGE . "</div>"; I am also wondering about future-proofing this... today we have one admin template..... 1.4 will give us something different... 1.5 could be something different again... etc.
Late for me, thinking out loud. Input welcome as always!