Skip to content

Commit

Permalink
Graduated the portfolio module code quality to Stable, and added back…
Browse files Browse the repository at this point in the history
… the view config for news module.
  • Loading branch information
illiphilli committed Apr 16, 2011
1 parent 7f4bbcb commit a48c995
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
@@ -0,0 +1,18 @@
{*
* Copyright (c) 2004-2008 OIC Group, Inc.
* Written and Designed by Adam Kessler
*
* This file is part of Exponent
*
* Exponent is free software; you can redistribute
* it and/or modify it under the terms of the GNU
* General Public License as published by the Free
* Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* GPL: http://www.gnu.org/licenses/gpl.txt
*
*}

<h2>Configure Headlines View</h2>
{control type="checkbox" name="hidedate" label="Hide the date?"|gettext checked=$config.hidedate value=1}
Expand Up @@ -18,6 +18,8 @@
##################################################

class portfolioController extends expController {
public $codequality = 'stable';

//public $basemodel_name = '';
public $useractions = array(
'showall'=>'Show all',
Expand Down

0 comments on commit a48c995

Please sign in to comment.