Example #1
0
<?php

/**
 * plugin_revisions.php - Discussion of changes to plugin model
 *
 * Copyright (c) 1999-2002 The SquirrelMail development team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * $Id$
 */
include_once 'common_header.inc';
set_title('Development Items');
set_original_author('ebullient');
set_attributes('$Author$', '$Revision$', '$Date$');
print_header();
?>

<UL>
<LI>UI Restructure<br />
    who: ebullient
<LI>IMAP Message/Mailbox restructure<br />
    who: stekkel
<LI>Plugin architecture revision (<a href="plugin_revisions.php">here</a>)<br />
    who: 
<LI>Config system revision ( <a href="config_revisions.php">here</a> )<br />
    who:
<LI>Remove other languages/locales from main SM download (plugins/add-ons, possibly common with stable?)<br />
    who:
</UL>

<p>Doc System:
function get_cards($atts)
{
    $atts = set_attributes(array('data' => array(), 'card_class' => 'card', 'card_front_class' => 'front', 'card_back_class' => 'back', 'card_title_class' => 'title', 'read_more_class' => 'read-more', 'read_more_text' => 'Read more', 'card_container_class' => 'card-container', 'container_class' => 'container'), $atts);
    $cards = generate_card_content($atts);
    return $cards;
}